diff options
author | Svannon <none@none> | 2011-02-04 08:44:43 -0700 |
---|---|---|
committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-04 08:44:43 -0700 |
commit | 3bc0fc554c5ce16ee2b32977970c4ae913285952 (patch) | |
tree | 96078851bd6b1231ce82f60a615b7655a3dde2cd | |
parent | 182cc293ec828688099b0b8f1996b0e61a237781 (diff) |
DB/Loot: Item loot for Derrok's Wand for quest Trial and Error (10566)
Closes #9
-rw-r--r-- | sql/updates/world/2011_02_04_0_item_loot_template.sql | 7 |
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 |