Changeset 194
- Timestamp:
- 11/19/08 13:45:14 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Spell.cpp
r186 r194 2144 2144 ReSetTimer(); 2145 2145 2146 // stealth must be removed at cast starting (at show channel bar)2147 // skip triggered spell (item equip spell casting and other not explicit character casts/item uses)2148 if ( !m_IsTriggeredSpell && isSpellBreakStealth(m_spellInfo) )2149 {2150 m_caster->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_STEALTH);2151 }2152 2153 2146 if(m_IsTriggeredSpell) 2154 2147 cast(true); … … 2247 2240 2248 2241 FillTargetMap(); 2242 2243 // stealth must be removed at cast starting (at show channel bar) 2244 // skip triggered spell (item equip spell casting and other not explicit character casts/item uses) 2245 if ( !m_IsTriggeredSpell && isSpellBreakStealth(m_spellInfo) ) 2246 { 2247 m_caster->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_STEALTH); 2248 } 2249 2249 2250 2250 // who did this hack?