DB/Loot: Fix MaxCount of Morning Glory Dew from Ravaged Cadaver

Closes #26835

(cherry picked from commit 9851121dd9)
This commit is contained in:
offl
2021-09-05 19:51:12 +03:00
committed by Shauren
parent a972d73ea7
commit 962794c130

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 10381 AND `Item` = 8766;