From 9a7746c9fcfe97edb044bde559b14d09d12f8e13 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 18 Jan 2010 18:42:36 +0100 Subject: *Add some debug info to trac reason of assertion fail in Unit destructor. --HG-- branch : trunk --- src/game/Unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/Unit.h') 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 -- cgit v1.2.3