diff options
author | zxbiohazardzx <zxbiohazardzx@gmail.com> | 2011-11-14 00:40:15 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-11-14 00:40:15 +0100 |
commit | c79df9bda563dbcf51a9c330a148c8004fc7451c (patch) | |
tree | 101b464c2e710d8a4942641aa8be5d49ef4bace7 | |
parent | 2fb6f35c34f7ccff7cb610d26156058ff540e802 (diff) |
DB/Loot: Add Formula: Enchant Cloak - Superior Arcane Resistance to Frostbrood Spawn & Cult Researcher
fixes #3520
-rw-r--r-- | sql/updates/world/2011_11_13_07_world_creature_loot_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_13_07_world_creature_loot_template.sql b/sql/updates/world/2011_11_13_07_world_creature_loot_template.sql new file mode 100644 index 00000000000..728ce731313 --- /dev/null +++ b/sql/updates/world/2011_11_13_07_world_creature_loot_template.sql @@ -0,0 +1,5 @@ +-- Add Formula: Enchant Cloak - Superior Arcane Resistance to Frostbrood Spawn & Cult Researcher +DELETE FROM `creature_loot_template` WHERE `entry` IN (31702,32297) AND `item`=37330; +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(31702,37330,1.5,1,0,1,1), -- Formula: Enchant Cloak - Superior Arcane Resistance +(32297,37330,0.8,1,0,1,1); -- Formula: Enchant Cloak - Superior Arcane Resistance |