diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:09:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:09:20 +0300 |
commit | 83679d661c29e6e861375c329fa6618365f417c8 (patch) | |
tree | 957fe1ad8c861c7a7db39903498e2e4c40de4a59 /src/net/eathena/protocol.h | |
parent | 470f883b5701b74ae956f02f1b91ac7e584776b2 (diff) | |
download | plus-83679d661c29e6e861375c329fa6618365f417c8.tar.gz plus-83679d661c29e6e861375c329fa6618365f417c8.tar.bz2 plus-83679d661c29e6e861375c329fa6618365f417c8.tar.xz plus-83679d661c29e6e861375c329fa6618365f417c8.zip |
eathena: add partial support for packet SMSG_AUCTION_OPEN_WINDOW 0x025f.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index c2a6dfbfc..a6c0d7546 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -291,6 +291,8 @@ #define SMSG_FRIENDS_LIST 0x0201 #define SMSG_FRIENDS_REQUEST_ACK 0x0209 +#define SMSG_AUCTION_OPEN_WINDOW 0x025f + /********************************** * Packets from client to server * **********************************/ |