mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Spells: Phased Burn will now only hit a single target rather than every nearby player
This commit is contained in:
@@ -4384,6 +4384,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
});
|
||||
|
||||
// Phased Burn
|
||||
ApplySpellFix({ 85799 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
});
|
||||
|
||||
// ENDOF BASTION OF TWILIGHT
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user