diff options
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 b8c6531b8..41d43bc2a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -169,6 +169,7 @@ #define SMSG_BUYINGSTORE_OPEN 0x0810 #define SMSG_BUYINGSTORE_CREATE_FAILED 0x0812 +#define SMSG_BUYINGSTORE_OWN_ITEMS 0x0813 // Receiving a request to trade #define SMSG_TRADE_REQUEST 0x01f4 |