Core/Spells: Fix build error introduced in previous commit.

This commit is contained in:
Kandera
2012-04-25 09:15:09 -04:00
parent 5878a790db
commit 0ec4d55ca6

View File

@@ -312,7 +312,7 @@ public:
if (Aura* aur = caster->GetAura(SPELL_T9_HEALING_2_PIECE))
{
int32 heal = GetHitHeal();
AddPctN(heal, aur->GetSpellInfo()->Effects[0]->CalcValue());
AddPctN(heal, aur->GetSpellInfo()->Effects[0].CalcValue();
SetHitHeal(heal);
}
}