fix(DB/Loot): Correct Primal Nether drop chance from normal dungeons (#14329)
Create rev_1671668610731654600.sql
This commit is contained in:
parent
0c1b967f9b
commit
cb714057cf
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `creature_loot_template` SET `Chance`=5 WHERE `Entry` IN (17881, 20912) AND `Item`=23572;
|
||||
UPDATE `creature_loot_template` SET `Chance`=2.5 WHERE `Entry`=18473 AND `Item`=23572;
|
||||
Loading…
Add table
Add a link
Reference in a new issue