fix(DB/Loot): Add World Loot to Stoic Mammoth (30260) (#24993)
This commit is contained in:
parent
5ccd9cd92c
commit
13e4f2d27d
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 30260) AND (`Item` IN (45912, 1, 2));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(30260, 1, 1200077, 0, 0, 1, 5, 1, 1, 'Stoic Mammoth - World Loot Level 77'),
|
||||
(30260, 2, 1200078, 0, 0, 1, 5, 1, 1, 'Stoic Mammoth - World Loot Level 78');
|
||||
Loading…
Add table
Add a link
Reference in a new issue