diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 01:53:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 01:53:15 +0300 |
commit | 6ace9d3915924faf32340efba799deba2acc69ee (patch) | |
tree | 707a93bb9126cd0747014479c7dd75999c6c2c49 /src/net/eathena/protocol.h | |
parent | 98daaa2544a5c0d907e438ce72913202c2c3c6ce (diff) | |
download | manaplus-6ace9d3915924faf32340efba799deba2acc69ee.tar.gz manaplus-6ace9d3915924faf32340efba799deba2acc69ee.tar.bz2 manaplus-6ace9d3915924faf32340efba799deba2acc69ee.tar.xz manaplus-6ace9d3915924faf32340efba799deba2acc69ee.zip |
eathena: add partial support for packet SMSG_AUCTION_SET_ITEM 0x0256.
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 6a82f6265..81f517db0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -302,6 +302,7 @@ #define SMSG_AUCTION_OPEN_WINDOW 0x025f #define SMSG_AUCTION_RESULTS 0x0252 +#define SMSG_AUCTION_SET_ITEM 0x0256 #define SMSG_ELEMENTAL_UPDATE_STATUS 0x081e #define SMSG_ELEMENTAL_INFO 0x081d |