diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:30:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 13:30:49 +0300 |
commit | 0416def34b70d89754006fa96a49c1180b5bbacf (patch) | |
tree | 3fffff19b67739c21d100f2869c2636889597673 /src/net/eathena/protocol.h | |
parent | 6fbd52540d4f2e94b4b8391110c83320557556eb (diff) | |
download | plus-0416def34b70d89754006fa96a49c1180b5bbacf.tar.gz plus-0416def34b70d89754006fa96a49c1180b5bbacf.tar.bz2 plus-0416def34b70d89754006fa96a49c1180b5bbacf.tar.xz plus-0416def34b70d89754006fa96a49c1180b5bbacf.zip |
eathena: add packet CMSG_HOMUNCULUS_SET_NAME 0x0231.
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 5e059a3b9..ad53b9269 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -417,6 +417,8 @@ #define CMSG_PET_SELECT_EGG 0x01a7 #define CMSG_PET_MENU_ACTION 0x01a1 +#define CMSG_HOMUNCULUS_SET_NAME 0x0231 + #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed #define CMSG_PVP_INFO 0x020f |