mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9436] Correctly display the party leader's name in chat
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
d3fc17a81d
commit
d62336cec2
2 changed files with 2 additions and 1 deletions
|
|
@ -1703,6 +1703,7 @@ void ChatHandler::FillMessageData( WorldPacket *data, WorldSession* session, uin
|
||||||
{
|
{
|
||||||
case CHAT_MSG_SAY:
|
case CHAT_MSG_SAY:
|
||||||
case CHAT_MSG_PARTY:
|
case CHAT_MSG_PARTY:
|
||||||
|
case CHAT_MSG_PARTY_LEADER:
|
||||||
case CHAT_MSG_RAID:
|
case CHAT_MSG_RAID:
|
||||||
case CHAT_MSG_GUILD:
|
case CHAT_MSG_GUILD:
|
||||||
case CHAT_MSG_OFFICER:
|
case CHAT_MSG_OFFICER:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9435"
|
#define REVISION_NR "9436"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue