diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 21e0270e1..b86d35bc6 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -7017,7 +7017,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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 70f81a669..bae72737e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8280" + #define REVISION_NR "8281" #endif // __REVISION_NR_H__