diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:10:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:10:07 +0300 |
commit | e68643a3d46e6092727c21a751b86c7f03414710 (patch) | |
tree | 786faeadb397ef5a542572bd6f5061b4d7d2b847 /src/net/eathena/protocol.h | |
parent | 74b96285c2ad2f07af0af9f8926bcd5e253dcde9 (diff) | |
download | plus-e68643a3d46e6092727c21a751b86c7f03414710.tar.gz plus-e68643a3d46e6092727c21a751b86c7f03414710.tar.bz2 plus-e68643a3d46e6092727c21a751b86c7f03414710.tar.xz plus-e68643a3d46e6092727c21a751b86c7f03414710.zip |
eathena: add packet CMSG_HOMMERC_ATTACK 0x0233.
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 c1df2d1e6..65257b904 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -420,6 +420,7 @@ #define CMSG_HOMUNCULUS_SET_NAME 0x0231 #define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 #define CMSG_HOMMERC_MOVE_TO 0x0232 +#define CMSG_HOMMERC_ATTACK 0x0233 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |