mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/loot): Adjust AQ40 Idols and coffers (#13998)
* Create rev_1669742453928322100.sql * Update rev_1669742453928322100.sql
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user