Changeset 15 for trunk/src/game/SpellAuras.h
- Timestamp:
- 11/19/08 13:23:13 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.h
r2 r15 284 284 285 285 int32 m_procCharges; 286 void SetAuraProcCharges(int32 charges) { m_procCharges = charges; } 286 287 287 288 virtual Unit* GetTriggerTarget() const { return m_target; }