Scripts/Spells: Implement monk talent Keg Smash target limit (#31048)

This commit is contained in:
Aqua Deus
2025-06-12 18:26:56 +02:00
committed by GitHub
parent 1f5f245c02
commit 58a380b73a

View File

@@ -5368,6 +5368,12 @@ void SpellMgr::LoadSpellInfoTargetCaps()
spellInfo->_LoadSqrtTargetLimit(5, 0, {}, EFFECT_4, {}, {});
});
// Keg Smash
ApplySpellFix({ 121253 }, [](SpellInfo* spellInfo)
{
spellInfo->_LoadSqrtTargetLimit(5, 0, {}, EFFECT_6, {}, {});
});
// Odyn's Fury
ApplySpellFix({ 385060, 385061, 385062 }, [](SpellInfo* spellInfo)
{