mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
6
data/sql/updates/db_world/2024_12_20_00.sql
Normal file
6
data/sql/updates/db_world/2024_12_20_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2024_12_19_00 -> 2024_12_20_00
|
||||
-- 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