diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-22 15:00:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-22 15:00:14 +0300 |
commit | 752c00b3e14478ebfc243938ed0bfd3af0a05f58 (patch) | |
tree | 462cbce8889111c8be0906c5821a9c3212fc3a74 /src/net/eathena/protocol.h | |
parent | 7e44f48d83922efe4b2e5ff50813fef65c1877b1 (diff) | |
download | plus-752c00b3e14478ebfc243938ed0bfd3af0a05f58.tar.gz plus-752c00b3e14478ebfc243938ed0bfd3af0a05f58.tar.bz2 plus-752c00b3e14478ebfc243938ed0bfd3af0a05f58.tar.xz plus-752c00b3e14478ebfc243938ed0bfd3af0a05f58.zip |
eathena: add packet CMSG_PET_MOVE_TO 0x0b11.
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 a9ab76092..9f5cdfd7e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -515,6 +515,7 @@ #define CMSG_PET_MENU_ACTION 0x01a1 #define CMSG_PET_TALK 0x0b0c #define CMSG_PET_EMOTE 0x0b0d +#define CMSG_PET_MOVE_TO 0x0b11 #define CMSG_MERCENARY_ACTION 0x029f #define CMSG_HOMUNCULUS_SET_NAME 0x0231 |