fix(DB/Loot) - Make "Spiritsbreath" 100% drop (#24462)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-18 19:47:55 +00:00
committed by GitHub
parent 5370aaeb52
commit 7332bb549f

View File

@@ -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;