aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_02_04_0_item_loot_template.sql7
1 files changed, 7 insertions, 0 deletions
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