diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-02-24 11:22:13 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-02-24 11:22:13 +0100 |
commit | a3755f8355e64c9efc3033977e39af3b157368f6 (patch) | |
tree | b6245ef87b2b029102eeef4e43680a0d69b5a6d5 | |
parent | cdc85bbc3672833ff594b6086209cb02c4dbfd27 (diff) |
DB/Loot: Add Primordial Saronite to Deathbringer and Dreamwalker
Closes #5381
-rw-r--r-- | sql/updates/world/2012_02_24_00_world_gameobject_loot_template.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_24_00_world_gameobject_loot_template.sql b/sql/updates/world/2012_02_24_00_world_gameobject_loot_template.sql new file mode 100644 index 00000000000..daecfc02dfc --- /dev/null +++ b/sql/updates/world/2012_02_24_00_world_gameobject_loot_template.sql @@ -0,0 +1,10 @@ +DELETE FROM `gameobject_loot_template` WHERE `entry` IN (28058,28074,28088,28064,28082,28096) AND `item`=49908; +INSERT INTO `reference_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +-- Deathbringer's Cache +(28058,49908,20,1,0,1,1), -- Primordial Saronite 10H +(28074,49908,20,1,0,1,1), -- Primordial Saronite 25N +(28088,49908,20,1,0,1,1), -- Primordial Saronite 25H +-- Cache of the Dreamwalker +(28064,49908,20,1,0,1,1), -- Primordial Saronite 10H +(28082,49908,20,1,0,1,1), -- Primordial Saronite 25N +(28096,49908,20,1,0,1,1); -- Primordial Saronite 25H |