diff options
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]; |