Core/Spells: Phased Burn will now only hit a single target rather than every nearby player

This commit is contained in:
Ovahlord
2020-07-13 12:10:38 +02:00
parent fac96b99b5
commit 86ef1745b5

View File

@@ -4384,6 +4384,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->MaxAffectedTargets = 1;
});
// Phased Burn
ApplySpellFix({ 85799 }, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 1;
});
// ENDOF BASTION OF TWILIGHT
//