Skip to content

Commit

Permalink
fix(DB/item_loot_template): fix Santa sometimes handing out empty pr… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sudlud authored Dec 20, 2024
1 parent 70b8b6f commit c23b474
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/sql/updates/pending_db_world/rev_1734635884187539100.sql
Original file line number Diff line number Diff line change
@@ -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));

0 comments on commit c23b474

Please sign in to comment.