mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
Merge commit 'origin/master' into 320
This commit is contained in:
commit
b99565ef42
9 changed files with 73 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue