From 82f4d46f3556ce318cd5f58b3d930e5e2bf62c22 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:28:33 -0300 Subject: [PATCH] fix(DB/loot): Adjust AQ40 Idols and coffers (#13998) * Create rev_1669742453928322100.sql * Update rev_1669742453928322100.sql --- data/sql/updates/pending_db_world/rev_1669742453928322100.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1669742453928322100.sql 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';