Skip to content

Commit

Permalink
DB/Loot: Add loot for Apprentice Osterkilgr
Browse files Browse the repository at this point in the history
Closes #5269
  • Loading branch information
ZxBiohazardZx committed Feb 21, 2012
1 parent 3b8510e commit 9dbcdf0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sql/updates/world/2012_02_21_04_world_creature_loot_template.sql
@@ -0,0 +1,16 @@
SET @ENTRY := 30409; -- Apprentice Osterkilgr
DELETE FROM `creature_loot_template` WHERE entry=@ENTRY;
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
-- Quest related Items
(@ENTRY,43089,-100,1,0,1,1), -- Vrykul Bones
(@ENTRY,42772,-100,1,0,1,1), -- Dr Terrible's "Building a Better Flesh Giant"
(@ENTRY,42422,-50,1,0,1,1), -- Jotunheim Cage Key
-- Other random stuff
(@ENTRY,33470,20,1,0,1,4), -- Frostweave Cloth
(@ENTRY,43851,20,1,0,1,1), -- Fur Clothing Scraps
(@ENTRY,43852,20,1,0,1,1), -- Thick Fur Clothing Scraps
-- References for world drops
(@ENTRY,1,10,1,0,-35063,1), -- Northrend Grey Items
(@ENTRY,2,5,1,0,-35066,1), -- Northrend Green Items
-- hatebook
(@ENTRY,45912,0.1,1,0,1,1); -- Book Glyph of Mastery (honestly screw that thing)

0 comments on commit 9dbcdf0

Please sign in to comment.