summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 22:18:08 +0300
commit6eb12f07e8d1c813e094097dd94bf4fc450bace3 (patch)
tree5820cfcc7ff00eb14eb881c4c2e390f67f5e6eba /src/net/eathena/protocol.h
parentd12294702a4abd46a3fab0f2ea5b9aa3f8ef824a (diff)
downloadManaVerse-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.gz
ManaVerse-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.bz2
ManaVerse-6eb12f07e8d1c813e094097dd94bf4fc450bace3.tar.xz
ManaVerse-6eb12f07e8d1c813e094097dd94bf4fc450bace3.zip
eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index dda0cf4cd..8e37d376f 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -523,5 +523,6 @@
#define CMSG_AUCTION_CLOSE 0x025d
#define CMSG_AUCTION_BID 0x024f
#define CMSG_AUCTION_SEARCH 0x0251
+#define CMSG_AUCTION_BUY_SELL 0x025c
#endif // NET_EATHENA_PROTOCOL_H