fix(DB/Loot) Droprate of Doctor's Key from Doctor Gutrick (#15106)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Tereneckla
2023-02-19 11:50:43 +00:00
committed by GitHub
parent 5b60250880
commit e9937e3b7c

View File

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