mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
6
data/sql/updates/db_world/2022_12_20_00.sql
Normal file
6
data/sql/updates/db_world/2022_12_20_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_12_18_00 -> 2022_12_20_00
|
||||
--
|
||||
-- Improve Mazthoril Recipe Drop Rates
|
||||
UPDATE `creature_loot_template` SET `Chance`=6 WHERE `Entry`=7437 AND `Item`=14493 AND `Reference`=0 AND `GroupId`=0;
|
||||
UPDATE `creature_loot_template` SET `Chance`=2 WHERE `Entry`=7437 AND `Item`=16054 AND `Reference`=0 AND `GroupId`=0;
|
||||
UPDATE `creature_loot_template` SET `Chance`=10 WHERE `Entry`=7437 AND `Item`=13497 AND `Reference`=0 AND `GroupId`=0;
|
||||
Reference in New Issue
Block a user