fix(DB/loot): Adjust AQ40 Idols and coffers (#13998)
* Create rev_1669742453928322100.sql * Update rev_1669742453928322100.sql
This commit is contained in:
parent
2ae54e6353
commit
82f4d46f35
1 changed files with 4 additions and 0 deletions
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue