mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/loot): Improve Mazthoril recipe drop rates (#14010)
* fix(DB/loot): Improve Mazthoril recipe drop rates * remove heidisql artifacts around integers Co-authored-by: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
-- 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