Merge commit 'origin/master' into 320

This commit is contained in:
tomrus88 2009-08-01 09:22:30 +04:00
commit b99565ef42
9 changed files with 73 additions and 19 deletions

View file

@ -7029,7 +7029,7 @@ void Aura::UnregisterSingleCastAura()
}
else
{
sLog.outError("Couldn't find the caster of the single target aura, may crash later!");
sLog.outError("Couldn't find the caster of the single target aura (SpellId %u), may crash later!", GetId());
assert(false);
}
m_isSingleTargetAura = false;