mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/item_loot_template): fix Santa sometimes handing out empty pr… (#20978)
This commit is contained in:
@@ -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));
|
||||
Reference in New Issue
Block a user