mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: expand the single target aura system to support a specific amount of targets
* limit Living Bomb targets to three per caster
This commit is contained in:
@@ -5257,6 +5257,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
|
||||
// END OF BLACKWING DESCENT SPELLS
|
||||
|
||||
// Living Bomb
|
||||
ApplySpellFix({ 44457 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->MaxAuraTargets = 3;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user