Changeset 15 for trunk/src/game/Spell.h

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/Spell.h

    r6 r15  
    336336 
    337337        Unit* SelectMagnetTarget(); 
     338        std::pair <bool,Unit *> m_magnetPair; 
    338339        bool CheckTarget( Unit* target, uint32 eff, bool hitPhase ); 
    339340