mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Loot: Add loot for 25 man to Stinky & Precious, Add Skinning loot; Fix naming in previous SQL submission
Closes #6370
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN(38064,38103);
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
-- Precious 25 man
|
||||
(38103,1,100,1,0,-35069,2), -- Two From ICC Trashgenerated on Precious
|
||||
(38103,52019,30,1,0,1,1), -- Precious Ribbon on Precious
|
||||
(38064,1,100,1,0,-35069,2); -- Two From ICC Trashgenerated on Stinky
|
||||
-- add skinning loot for Stinky & Precious
|
||||
UPDATE `creature_template` SET `skinloot`=70214 WHERE `entry` IN (37025,38064,37217,38103);
|
||||
Reference in New Issue
Block a user