Core/Spells: Update AOE Damage Cap
This commit is contained in:
@@ -6555,8 +6555,8 @@ namespace Game.Spells
|
|||||||
if (m_caster.IsTypeId(TypeId.Player))
|
if (m_caster.IsTypeId(TypeId.Player))
|
||||||
{
|
{
|
||||||
int targetAmount = m_UniqueTargetInfo.Count;
|
int targetAmount = m_UniqueTargetInfo.Count;
|
||||||
if (targetAmount > 10)
|
if (targetAmount > 20)
|
||||||
m_damage = m_damage * 10 / targetAmount;
|
m_damage = m_damage * 20 / targetAmount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user