fix(Loot/Midsummer): Add loot to Pocket Full of Snow. (#19218)

Init.
This commit is contained in:
Benjamin Jackson
2024-06-28 19:59:11 -04:00
committed by GitHub
parent a6f2e37d2d
commit 7948a703c7

View File

@@ -0,0 +1,3 @@
DELETE FROM `item_loot_template` WHERE `Entry` = 35512;
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(35512, 17202, 0, 100, 0, 1, 0, 2, 5, 'Pocket Full of Snow - Snowball');