diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-09 18:30:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-09 18:30:32 +0300 |
commit | 659ceeecb82c3c8cc617be93d0d45e15965435ae (patch) | |
tree | 4253b96f87aac328a73634daedbc37329996bc0e /src/net/eathena/protocol.h | |
parent | 841273fbd5361765b39c7fe8309aa7447b8e79de (diff) | |
download | plus-659ceeecb82c3c8cc617be93d0d45e15965435ae.tar.gz plus-659ceeecb82c3c8cc617be93d0d45e15965435ae.tar.bz2 plus-659ceeecb82c3c8cc617be93d0d45e15965435ae.tar.xz plus-659ceeecb82c3c8cc617be93d0d45e15965435ae.zip |
eathena: add partial support for packet SMSG_TRADE_UNDO 0x00f1.
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 aaf75daf6..d94c8c036 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -164,6 +164,7 @@ #define SMSG_TRADE_OK 0x00ec #define SMSG_TRADE_CANCEL 0x00ee #define SMSG_TRADE_COMPLETE 0x00f0 +#define SMSG_TRADE_UNDO 0x00f1 #define SMSG_PARTY_CREATE 0x00fa #define SMSG_PARTY_INFO 0x00fb |