mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8598] Clarify one error message and provide spellId in text.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
416f511419
commit
0516ed3557
2 changed files with 2 additions and 2 deletions
|
|
@ -2859,7 +2859,7 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real)
|
||||||
modelid = 16031;
|
modelid = 16031;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
sLog.outError("Auras: Unknown Shapeshift Type: %u", m_modifier.m_miscvalue);
|
sLog.outError("Auras: Unknown Shapeshift Type: %u, SpellId %u.", m_modifier.m_miscvalue, GetId());
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove polymorph before changing display id to keep new display id
|
// remove polymorph before changing display id to keep new display id
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8597"
|
#define REVISION_NR "8598"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue