fix(DB/Loot): Increase the drop rate of Ritual Salve (#11906)

This commit is contained in:
Maelthyr
2022-06-15 04:18:22 +02:00
committed by GitHub
parent f40520cfa0
commit ae2e11237c

View File

@@ -0,0 +1,2 @@
-- Adjust drop rate of Ritual salve to 72% (based by a sniffer with 325 kills)
UPDATE `creature_loot_template` SET `Chance` = 72 WHERE `Entry` = 2953 AND `Item` = 6634;