mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Spells: Added aoe target cap for demon hunter talent "Fel Barrage" (#30554)
This commit is contained in:
@@ -5268,6 +5268,12 @@ void SpellMgr::LoadSpellInfoTargetCaps()
|
||||
spellInfo->_LoadSqrtTargetLimit(8, 0, {}, EFFECT_1, {}, {});
|
||||
});
|
||||
|
||||
// Fel Barrage
|
||||
ApplySpellFix({ 258926 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->_LoadSqrtTargetLimit(5, 0, {}, EFFECT_1, {}, {});
|
||||
});
|
||||
|
||||
// Inner Demon
|
||||
ApplySpellFix({ 390137 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user