fix(DB/Loot): Add World Loot to Stoic Mammoth (30260) (#24993)

This commit is contained in:
Gultask
2026-03-04 02:05:44 -03:00
committed by GitHub
parent 5ccd9cd92c
commit 13e4f2d27d

View File

@@ -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');