diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 4c0bcd345..a51f10e0d 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -5872,7 +5872,7 @@ inline void CheckGOLockId(GameObjectInfo const* goInfo,uint32 dataN,uint32 N) return; sLog.outErrorDb("Gameobject (Entry: %u GoType: %u) have data%d=%u but lock (Id: %u) not found.", - goInfo->id,goInfo->type,N,goInfo->door.lockId,goInfo->door.lockId); + goInfo->id,goInfo->type,N,dataN,dataN); } inline void CheckGOLinkedTrapId(GameObjectInfo const* goInfo,uint32 dataN,uint32 N) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7d0db1903..362bd4192 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 "9191" + #define REVISION_NR "9192" #endif // __REVISION_NR_H__