Show
Ignore:
Timestamp:
11/19/08 13:40:02 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix teleport spells.
Fix cone spells.
Use interrupt_aura_flag to remove stealth/invisible/feign death auras.

Original author: megamage
Date: 2008-11-01 15:08:12-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Player.cpp

    r136 r142  
    1660416604 
    1660516605    // prevent stealth flight 
    16606     RemoveSpellsCausingAura(SPELL_AURA_MOD_STEALTH); 
     16606    RemoveInterruptableAura(AURA_INTERRUPT_FLAG_STEALTH); 
    1660716607 
    1660816608    WorldPacket data(SMSG_ACTIVATETAXIREPLY, 4);