diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-07 22:56:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-09 00:29:40 +0300 |
commit | eacf63c7a4c660b38329325c3958bbc63d10ee5c (patch) | |
tree | a06eb415526220ce0911c686dd69e9adcf848dd3 /src/net/tmwa/protocol.h | |
parent | b384454131c7bd50ba171b1fdbad64cfc83d1ffb (diff) | |
download | plus-eacf63c7a4c660b38329325c3958bbc63d10ee5c.tar.gz plus-eacf63c7a4c660b38329325c3958bbc63d10ee5c.tar.bz2 plus-eacf63c7a4c660b38329325c3958bbc63d10ee5c.tar.xz plus-eacf63c7a4c660b38329325c3958bbc63d10ee5c.zip |
Add support for many update hosts (evol server only).
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 256f1dce4..130268b82 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -338,4 +338,7 @@ enum #define SMSG_NPC_COMMAND 0x0212 #define CMSG_SET_STATUS 0x0213 +#define CMSG_SEND_CLIENT_INFO 0x7533 +#define SMSG_UPDATE_HOST2 0x7534 + #endif |