diff --git a/data/sql/updates/pending_db_world/rev_1669742453928322100.sql b/data/sql/updates/pending_db_world/rev_1669742453928322100.sql new file mode 100644 index 000000000..32b01c426 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1669742453928322100.sql @@ -0,0 +1,4 @@ +-- 4 rows out of 128 have QuestRequired set to 1. Also increase chances to match Cmangos. +UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=0.5 WHERE `Item` IN (20874, 20875, 20876, 20877, 20878, 20879, 20881, 20882); +-- Increase Large Scarab Coffer pool +UPDATE `pool_template` SET `max_limit`=11 WHERE `entry`=1161 AND `description`='Large Scarab Coffers';