diff options
author | megamage <none@none> | 2009-05-17 16:40:40 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-17 16:40:40 -0500 |
commit | 1c134f81e38137bbfb1c6925a3a42d9628571d4c (patch) | |
tree | 479972a69d9badeffab98d51e8c19178afb99ec1 /src/game/Unit.h | |
parent | b95e67375c00e7e24609450178c4f7ba44064441 (diff) | |
parent | 7c6757d7ee652c8e688caa5c6856d116c1f034c1 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index bbd7471b1b8..084dcd53789 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1659,6 +1659,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void _DeleteAuras(); void _UpdateAutoRepeatSpell(); + bool m_AutoRepeatFirstCast; uint32 m_attackTimer[MAX_ATTACK]; |