diff options
author | QAston <none@none> | 2010-01-18 18:42:36 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-18 18:42:36 +0100 |
commit | 9a7746c9fcfe97edb044bde559b14d09d12f8e13 (patch) | |
tree | 320a6b34bd163aa605eb03b7fbb98e6dd248885b /src/game/SpellAuras.h | |
parent | 844c09fc6153f99247318d521e68a47ba4d7d094 (diff) |
*Add some debug info to trac reason of assertion fail in Unit destructor.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index dc29a2d79a5..1d0900c437e 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -46,7 +46,7 @@ class AuraApplication AuraRemoveMode m_removeMode:8; // Store info for know remove aura reason bool m_needClientUpdate:1; bool m_isNeedManyNegativeEffects:1; - bool m_canBeRemoved:1; // used only in aura list update of AuraBase + bool m_canBeRemoved:1; // used only in aura list update of Aura explicit AuraApplication(Unit * target, Unit * caster, Aura * base); void _Remove(); |