Skip to content

Commit

Permalink
Print MaxAffectedTargets info
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Apr 18, 2012
1 parent bda5499 commit 4d5c8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SpellWork/Spell/SpellInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ private void ViewSpellInfo()
if (_spell.TargetAuraStateNot != 0)
_rtb.AppendFormatLine("TargetAuraStateNot = {0} ({1})", _spell.TargetAuraStateNot, (AuraState)_spell.TargetAuraStateNot);

if (_spell.MaxAffectedTargets != 0)
_rtb.AppendFormatLine("MaxAffectedTargets = {0}", _spell.MaxAffectedTargets);

AppendSpellAura();

AppendAreaInfo();
Expand Down

0 comments on commit 4d5c8e6

Please sign in to comment.