mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
Fix.
This commit is contained in:
parent
34d8d69e2b
commit
860f6adad9
3 changed files with 16 additions and 15 deletions
|
|
@ -2358,10 +2358,11 @@ enum ChatMsg
|
|||
CHAT_MSG_RESTRICTED = 0x2E,
|
||||
CHAT_MSG_BN = 0x2F,
|
||||
CHAT_MSG_ACHIEVEMENT = 0x30,
|
||||
CHAT_MSG_GUILD_ACHIEVEMENT = 0x31
|
||||
CHAT_MSG_GUILD_ACHIEVEMENT = 0x31,
|
||||
CHAT_MSG_PARTY_LEADER = 0x32 // guessed
|
||||
};
|
||||
|
||||
#define MAX_CHAT_MSG_TYPE 0x32
|
||||
#define MAX_CHAT_MSG_TYPE 0x33
|
||||
|
||||
enum ChatLinkColors
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue