mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: readd loot to stinky from clean 49 (removed by accident)
Closes #8222
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Readd loot to Stinky
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN(37025,38064);
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`)
|
||||
VALUES
|
||||
(37025,1,100,1,0,-35069,2),
|
||||
(38064,1,100,1,0,-35069,2);
|
||||
Reference in New Issue
Block a user