diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 510c14c943b..e9027764b7d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -7000,8 +7000,8 @@ bool AuraEffect::IsPeriodicTickCrit(Unit const * pCaster) const void Aura::HandleModTargetArmorPct(bool apply, bool Real) { - if(m_target->GetTypeId() != TYPEID_PLAYER) - return; + if(m_target->GetTypeId() != TYPEID_PLAYER) + return; - ((Player*)m_target)->UpdateArmorPenetration(); + ((Player*)m_target)->UpdateArmorPenetration(); } |