summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 13:22:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 13:22:51 +0300
commit0335e7660cd45d85cbd912510b9d2967bdba553d (patch)
tree3df589a7c081c67aa7c81a45b5bfc443ca5c9ca5 /src/net/eathena/protocol.h
parent3681b42535d541adf6e72b87dbb0865fa3f4aa3a (diff)
downloadplus-0335e7660cd45d85cbd912510b9d2967bdba553d.tar.gz
plus-0335e7660cd45d85cbd912510b9d2967bdba553d.tar.bz2
plus-0335e7660cd45d85cbd912510b9d2967bdba553d.tar.xz
plus-0335e7660cd45d85cbd912510b9d2967bdba553d.zip
eathena: add packet support CMSG_AUCTION_CANCEL_REQUEST 0x024b.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 81f517db0..b02b6e79c 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -514,4 +514,6 @@
#define CMSG_FRIENDS_REQUEST_ACK 0x0208
#define CMSG_FRIENDS_DELETE_PLAYER 0x020a
+#define CMSG_AUCTION_CANCEL_REQUEST 0x024b
+
#endif // NET_EATHENA_PROTOCOL_H