diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-02-21 21:08:49 -0500 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-02-21 22:43:30 -0500 |
commit | cf90688d139354eeba26d724495869ff9a6842ec (patch) | |
tree | 8fe8ea7c4a71d4bb8d08f74d28e863c03bbcf681 /src/net/ea/protocol.h | |
parent | c8b0d1e56f27c3141895d28b2fc768afffe7bb2d (diff) | |
download | mana-cf90688d139354eeba26d724495869ff9a6842ec.tar.gz mana-cf90688d139354eeba26d724495869ff9a6842ec.tar.bz2 mana-cf90688d139354eeba26d724495869ff9a6842ec.tar.xz mana-cf90688d139354eeba26d724495869ff9a6842ec.zip |
Handle packet 0x0195, and shows player's party name in a popup
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 75920e18..24fe5ba5 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -133,6 +133,7 @@ static const int STORAGE_OFFSET = 1; #define SMSG_BEING_RESURRECT 0x0148 #define SMSG_PLAYER_STATUS_CHANGE 0x0119 +#define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 #define SMSG_BEING_STATUS_CHANGE 0x0196 #define SMSG_NPC_MESSAGE 0x00b4 |