aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authorQAston <none@none>2010-01-18 18:42:36 +0100
committerQAston <none@none>2010-01-18 18:42:36 +0100
commit9a7746c9fcfe97edb044bde559b14d09d12f8e13 (patch)
tree320a6b34bd163aa605eb03b7fbb98e6dd248885b /src/game/Unit.h
parent844c09fc6153f99247318d521e68a47ba4d7d094 (diff)
*Add some debug info to trac reason of assertion fail in Unit destructor.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h2
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