mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
5
data/sql/updates/db_world/2022_12_06_43.sql
Normal file
5
data/sql/updates/db_world/2022_12_06_43.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_12_06_42 -> 2022_12_06_43
|
||||
-- 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