Changeset 292

Show
Ignore:
Timestamp:
11/22/08 16:34:45 (17 years ago)
Author:
yumileroy
Message:

*Fix shadow cloak, also remove spells such as hunter's mark.

Original author: megamage
Date: 2008-11-22 10:32:29-06:00

Files:
1 modified

Legend:

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

    r284 r292  
    18721872        case 35729 : 
    18731873        { 
     1874            m_caster->RemoveAurasWithDispelType(DISPEL_ALL); 
    18741875            Unit::AuraMap& Auras = m_caster->GetAuras(); 
    18751876            for(Unit::AuraMap::iterator iter = Auras.begin(); iter != Auras.end(); ++iter)