diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:45:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:45:37 +0300 |
commit | 0ef4d8b885bf98735dbf800fc7385f625f18a9e4 (patch) | |
tree | 69c6370ab94d675251aa99f4b2396c293c9c1498 /src/net/eathena/protocol.h | |
parent | 0416def34b70d89754006fa96a49c1180b5bbacf (diff) | |
download | plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.gz plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.bz2 plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.tar.xz plus-0ef4d8b885bf98735dbf800fc7385f625f18a9e4.zip |
eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index ad53b9269..698bddf59 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -418,6 +418,7 @@ #define CMSG_PET_MENU_ACTION 0x01a1 #define CMSG_HOMUNCULUS_SET_NAME 0x0231 +#define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |