fix(DB/Loot): Increase the drop rate of Ritual Salve (#11906)
This commit is contained in:
parent
f40520cfa0
commit
ae2e11237c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue