diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-10 22:02:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-10 22:02:37 +0300 |
commit | 4247e05ae8ee9e14323629701c3a11e5c2fac674 (patch) | |
tree | cadc54d611b88fa17b4530a4a530965a7817d47a /src/net/eathena/protocol.h | |
parent | ec0159f464cda17f131204a38caa0c5c584fe255 (diff) | |
download | plus-4247e05ae8ee9e14323629701c3a11e5c2fac674.tar.gz plus-4247e05ae8ee9e14323629701c3a11e5c2fac674.tar.bz2 plus-4247e05ae8ee9e14323629701c3a11e5c2fac674.tar.xz plus-4247e05ae8ee9e14323629701c3a11e5c2fac674.zip |
eathnea; add support for update hosts.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 4645389ff..7a83d5c84 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -306,6 +306,8 @@ #define SMSG_ELEMENTAL_UPDATE_STATUS 0x081e #define SMSG_ELEMENTAL_INFO 0x081d +#define SMSG_UPDATE_HOST 0x0063 + /********************************** * Packets from client to server * **********************************/ |