diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 2412cb128..db752fe88 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -2572,7 +2572,7 @@ bool ChatHandler::HandleListObjectCommand(const char* args) int mapid = fields[4].GetUInt16(); if (m_session) - PSendSysMessage(LANG_GO_LIST_CHAT, guid, guid, gInfo->name, x, y, z, mapid); + PSendSysMessage(LANG_GO_LIST_CHAT, guid, gInfo->id, guid, gInfo->name, x, y, z, mapid); else PSendSysMessage(LANG_GO_LIST_CONSOLE, guid, gInfo->name, x, y, z, mapid); } while (result->NextRow()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1ac984446..9443f516d 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 "9759" + #define REVISION_NR "9760" #endif // __REVISION_NR_H__