Changeset 15 for trunk/src/game/Spell.h
- Timestamp:
- 11/19/08 13:23:13 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Spell.h
r6 r15 336 336 337 337 Unit* SelectMagnetTarget(); 338 std::pair <bool,Unit *> m_magnetPair; 338 339 bool CheckTarget( Unit* target, uint32 eff, bool hitPhase ); 339 340