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:
parent
7990de44c1
commit
bc6613b65b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue