summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-09 17:27:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-09 17:27:52 +0300
commitebd2dfb76cb92bbae9e5a22e1ec6869fba4961c2 (patch)
treea5c6cedd084174b28a1716c12e2a18c905a7265c /src/net/eathena/protocol.h
parentfa74e7c9b1e51d696ded77363d441f0e966ca1ad (diff)
downloadplus-ebd2dfb76cb92bbae9e5a22e1ec6869fba4961c2.tar.gz
plus-ebd2dfb76cb92bbae9e5a22e1ec6869fba4961c2.tar.bz2
plus-ebd2dfb76cb92bbae9e5a22e1ec6869fba4961c2.tar.xz
plus-ebd2dfb76cb92bbae9e5a22e1ec6869fba4961c2.zip
eathena: fix packet id SMSG_TRADE_ITEM_ADD_RESPONSE 0x00ea.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index b555e700a..aaf75daf6 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -160,7 +160,7 @@
#define SMSG_TRADE_RESPONSE 0x00e7
#define SMSG_TRADE_RESPONSE2 0x01f5
#define SMSG_TRADE_ITEM_ADD 0x080f
-#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x01b1 /**< Not standard eAthena! */
+#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x00ea
#define SMSG_TRADE_OK 0x00ec
#define SMSG_TRADE_CANCEL 0x00ee
#define SMSG_TRADE_COMPLETE 0x00f0