[8598] Clarify one error message and provide spellId in text.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-10-07 08:51:31 +02:00
parent 416f511419
commit 0516ed3557
2 changed files with 2 additions and 2 deletions

View file

@ -2859,7 +2859,7 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real)
modelid = 16031;
break;
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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8597"
#define REVISION_NR "8598"
#endif // __REVISION_NR_H__