diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 17:09:20 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 17:09:20 -0600 |
commit | 8f4d75cadd75e71daf5689a2d289bd2e0deea533 (patch) | |
tree | d9decc6491292f516263b091edb476e0d2140cdc /src/net/ea/protocol.h | |
parent | 82f9e929429f5c8ff2612ae679fc0c620231f70d (diff) | |
download | mana-8f4d75cadd75e71daf5689a2d289bd2e0deea533.tar.gz mana-8f4d75cadd75e71daf5689a2d289bd2e0deea533.tar.bz2 mana-8f4d75cadd75e71daf5689a2d289bd2e0deea533.tar.xz mana-8f4d75cadd75e71daf5689a2d289bd2e0deea533.zip |
Add support for changing direction under eAthena
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 4dc7db36..a9028f7e 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -73,6 +73,7 @@ static const int STORAGE_OFFSET = 1; #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ +#define SMSG_BEING_CHANGE_DIRECTION 0x009c #define SMSG_NPC_MESSAGE 0x00b4 #define SMSG_NPC_NEXT 0x00b5 @@ -147,6 +148,7 @@ static const int STORAGE_OFFSET = 1; #define CMSG_PLAYER_INVENTORY_DROP 0x00a2 #define CMSG_PLAYER_EQUIP 0x00a9 #define CMSG_PLAYER_UNEQUIP 0x00ab +#define CMSG_PLAYER_CHANGE_DIR 0x009b #define CMSG_NPC_TALK 0x0090 #define CMSG_NPC_NEXT_REQUEST 0x00b9 |