From 3bc0fc554c5ce16ee2b32977970c4ae913285952 Mon Sep 17 00:00:00 2001 From: Svannon Date: Fri, 4 Feb 2011 08:44:43 -0700 Subject: [PATCH] DB/Loot: Item loot for Derrok's Wand for quest Trial and Error (10566) Closes #9 --- sql/updates/world/2011_02_04_0_item_loot_template.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2011_02_04_0_item_loot_template.sql diff --git a/sql/updates/world/2011_02_04_0_item_loot_template.sql b/sql/updates/world/2011_02_04_0_item_loot_template.sql new file mode 100644 index 00000000000..aac759b58ed --- /dev/null +++ b/sql/updates/world/2011_02_04_0_item_loot_template.sql @@ -0,0 +1,7 @@ +-- Derrok's Wand Case +DELETE FROM `item_loot_template` WHERE `entry`=30650; +INSERT INTO `item_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(30650,30651,100,1,1,1,1), -- Dertrok's First Wand +(30650,30652,100,1,2,1,1), -- Dertrok's Second Wand +(30650,30653,100,1,3,1,1), -- Dertrok's Third Wand +(30650,30654,100,1,4,1,1); -- Dertrok's Fourth Wand