mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8281] Add spellId to error output in UnregisterSingleCastAura().
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
253d39de21
commit
a56f9ea6de
2 changed files with 2 additions and 2 deletions
|
|
@ -7017,7 +7017,7 @@ void Aura::UnregisterSingleCastAura()
|
||||||
}
|
}
|
||||||
else
|
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);
|
assert(false);
|
||||||
}
|
}
|
||||||
m_isSingleTargetAura = false;
|
m_isSingleTargetAura = false;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8280"
|
#define REVISION_NR "8281"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue