diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 16:54:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:03:55 +0300 |
commit | 74b96285c2ad2f07af0af9f8926bcd5e253dcde9 (patch) | |
tree | 6569048c204a9df2aa03a26e456ed5d3ee4bfe74 /src/net/eathena/protocol.h | |
parent | d5fa4f03b3f09efd0551b0dfd8bc2dc7de4d4acc (diff) | |
download | plus-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.gz plus-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.bz2 plus-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.tar.xz plus-74b96285c2ad2f07af0af9f8926bcd5e253dcde9.zip |
eathena: add packet CMSG_HOMMERC_MOVE_TO 0x0232.
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 698bddf59..c1df2d1e6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -419,6 +419,7 @@ #define CMSG_HOMUNCULUS_SET_NAME 0x0231 #define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 +#define CMSG_HOMMERC_MOVE_TO 0x0232 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |