mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Loot: Item loot for Derrok's Wand for quest Trial and Error (10566)
Closes #9
This commit is contained in:
7
sql/updates/world/2011_02_04_0_item_loot_template.sql
Normal file
7
sql/updates/world/2011_02_04_0_item_loot_template.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user