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:
neifion-00000000
2022-12-20 05:18:45 -06:00
committed by GitHub
parent 7990de44c1
commit bc6613b65b

View File

@@ -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;