Changeset 248 for trunk/src/game/Spell.cpp
- Timestamp:
- 11/19/08 13:50:31 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Spell.cpp
r239 r248 997 997 998 998 unit->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_HITBYSPELL); 999 //TODO: find a better way to judge CC auras 1000 if(m_spellInfo->Attributes & SPELL_ATTR_BREAKABLE_BY_DAMAGE) 1001 unit->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_CC); 999 1002 } 1000 1003 else