fix(DB/Loot): Correct Primal Nether drop chance from normal dungeons (#14329)

Create rev_1671668610731654600.sql
This commit is contained in:
Gultask
2022-12-25 10:36:35 -03:00
committed by GitHub
parent 0c1b967f9b
commit cb714057cf

View File

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