Jump to content

[9436][FIX] Chat: name of the party leader


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

This patch fixes the display name of the party leader. It's a very very very simply patch, just a small fix.

For which repository revision was the patch created?

The last

Who has been writing this patch? Please include either forum user names or email addresses.

Me

diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index cf7c241..9f2fe21 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -1703,6 +1703,7 @@ void ChatHandler::FillMessageData( WorldPacket *data, WorldSession* session, uin
    {
        case CHAT_MSG_SAY:
        case CHAT_MSG_PARTY:
+        case CHAT_MSG_PARTY_LEADER:
        case CHAT_MSG_RAID:
        case CHAT_MSG_GUILD:
        case CHAT_MSG_OFFICER:

-- Timawyn.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use