diff options
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 356b34a4..4dc7db36 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -122,6 +122,11 @@ static const int STORAGE_OFFSET = 1; /********************************** * Packets from client to server * **********************************/ +#define CMSG_CHAR_SELECT 0x0066 +#define CMSG_CHAR_CREATE 0x0067 +#define CMSG_CHAR_DELETE 0x0068 + +#define CMSG_MAP_SERVER_CONNECT 0x0072 #define CMSG_CLIENT_PING 0x007e /**< Send to server with tick */ #define CMSG_CLIENT_QUIT 0x018A #define CMSG_TRADE_RESPONSE 0x00e6 |