fix(DB/item_loot_template): fix Santa sometimes handing out empty pr… (#20978)

This commit is contained in:
sudlud
2024-12-20 12:44:10 +01:00
committed by GitHub
parent 70b8b6f47a
commit c23b4740f0

View File

@@ -0,0 +1,5 @@
-- fix Santa handing out empty gifts
-- before: ungrouped at roughly 25%, can be empty and also multiple hits
-- after: grouped ad exactly 25%, never empty, always one hit only
-- Smokywood Pastures Gift Pack (17727)
UPDATE `item_loot_template` SET `Chance` = 0, `GroupId` = 1 WHERE (`Entry` = 17727) AND (`Item` IN (785, 2318, 2840, 2996));