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

[svn] * Make Grounding totem disappear after any spell redirection
Patch provided by Albrecht de Endrau

Original author: Neo2003
Date: 2008-10-05 15:17:41-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/SpellAuras.h

    r2 r15  
    284284 
    285285        int32 m_procCharges; 
     286        void SetAuraProcCharges(int32 charges) { m_procCharges = charges; } 
    286287 
    287288        virtual Unit* GetTriggerTarget() const { return m_target; }