Changeset 213 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:47:00 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r207 r213 3480 3480 { 3481 3481 // Reveal action + get attack 3482 m_caster->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_ STEALTH);3482 m_caster->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_LOOT); 3483 3483 if (((Creature*)unitTarget)->AI()) 3484 3484 ((Creature*)unitTarget)->AI()->AttackStart(m_caster);