diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index a13d09e5b09..592922ee6c4 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -2069,6 +2069,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject uint32 m_reducedThreatPercent; uint64 m_misdirectionTargetGUID; + + bool m_cleanupDone; }; namespace Trinity |