Changeset 217 for trunk/src/game/Unit.cpp
- Timestamp:
- 11/19/08 13:47:26 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.cpp
r213 r217 932 932 } 933 933 else */ 934 RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_DAMAGE);934 pVictim->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_DAMAGE); 935 935 pVictim->RemoveSpellbyDamageTaken(damage, spellProto ? spellProto->Id : 0); 936 936