fix(DB/Loot) - Make "Spiritsbreath" 100% drop (#24462)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
parent
5370aaeb52
commit
7332bb549f
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Sets "Spiritsbreath" to be 100 from 58 % drop rate for "Grumbald One-Eye"
|
||||
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Entry` = 26681 AND `Item` = 36740;
|
||||
Loading…
Add table
Add a link
Reference in a new issue