diff --git a/data/sql/updates/pending_db_world/rev_1734635884187539100.sql b/data/sql/updates/pending_db_world/rev_1734635884187539100.sql new file mode 100644 index 000000000..0425e6d84 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1734635884187539100.sql @@ -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));