diff options
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index d4549352bb9..b31ec79ec49 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -931,7 +931,7 @@ uint32 Unit::DealDamage(Unit *pVictim, uint32 damage, CleanDamage const* cleanDa } } else */ - RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_DAMAGE); + pVictim->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_DAMAGE); pVictim->RemoveSpellbyDamageTaken(damage, spellProto ? spellProto->Id : 0); if (damagetype != NODAMAGE && damage && pVictim->GetTypeId() == TYPEID_PLAYER) |