mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Loot: Sister svalna is supposed to also drop one emblem of frost
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
(37126, 49426, 100, 1, 0, 0, 1, 1),
|
||||
(37126, 1, 100, 1, 0, 0, -100002, 1);
|
||||
UPDATE `creature_template` SET `lootid` = 37126 WHERE `entry` IN (37126,38258);
|
||||
Reference in New Issue
Block a user