Changeset 186 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:44:25 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r180 r186 3478 3478 { 3479 3479 // Reveal action + get attack 3480 m_caster->Remove InterruptableAura(AURA_INTERRUPT_FLAG_STEALTH);3480 m_caster->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_STEALTH); 3481 3481 if (((Creature*)unitTarget)->AI()) 3482 3482 ((Creature*)unitTarget)->AI()->AttackStart(m_caster);