mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/Spells: Living Bomb's explosion will now target up to three targets only
This commit is contained in:
@@ -5263,6 +5263,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->MaxAuraTargets = 3;
|
||||
});
|
||||
|
||||
// Living Bomb
|
||||
ApplySpellFix({ 44461 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->MaxAffectedTargets = 3;
|
||||
});
|
||||
|
||||
// Lifebloom
|
||||
ApplySpellFix({ 33763 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user