diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index b8b8e1d96f3..50394dec4eb 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -4701,7 +4701,7 @@ void ObjectMgr::LoadInstanceTemplate() MapEntry const* parentEntry = sMapStore.LookupEntry(temp->parent); if (!parentEntry) { - sLog.outErrorDb("ObjectMgr::LoadInstanceTemplate: bad parent map id for instance template %d template!", + sLog.outErrorDb("ObjectMgr::LoadInstanceTemplate: bad parent map id %u for instance template %d template!", parentEntry->MapID, temp->map); const_cast(temp)->parent = 0; continue; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 99f3acca906..adf12dfcaea 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 "9780" + #define REVISION_NR "9781" #endif // __REVISION_NR_H__