fix(DB/Loot): Correct Gorefiend Truncheon drop rate (#15287)

This commit is contained in:
Gultask
2023-03-06 10:53:37 -03:00
committed by GitHub
parent 6b4be39341
commit 16075d5b7d

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance`=100 WHERE (`Entry` = 21784) AND (`Item`=30800);