mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Spells: Implement monk talent Keg Smash target limit (#31048)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user