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/SpellMgr.cpp | |
parent | 844c09fc6153f99247318d521e68a47ba4d7d094 (diff) |
*Add some debug info to trac reason of assertion fail in Unit destructor.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 08d6e971f55..d0255983de7 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -899,7 +899,7 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con // part of positive spell if casted at self if(spellproto->EffectImplicitTargetA[effIndex] != TARGET_UNIT_CASTER) return false; - // but not this if this first effect (don't found batter check) + // but not this if this first effect (didn't find batter check) if(spellproto->Attributes & 0x4000000 && effIndex==0) return false; break; |