mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Spells: Fix build error introduced in previous commit.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user