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