summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-04 18:49:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:57 +0300
commit964fd34057c27c5b9ba0df94a6114968433bbf7e (patch)
treec75f7d05e3d83b0bbc1b672f05b427a9fd302837 /src/net/eathena/protocol.h
parent66c15abcf5af44cde75372a8089ac664f9308794 (diff)
downloadplus-964fd34057c27c5b9ba0df94a6114968433bbf7e.tar.gz
plus-964fd34057c27c5b9ba0df94a6114968433bbf7e.tar.bz2
plus-964fd34057c27c5b9ba0df94a6114968433bbf7e.tar.xz
plus-964fd34057c27c5b9ba0df94a6114968433bbf7e.zip
eathena: fix packet SMSG_TRADE_REQUEST 0x01f4.
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 eba7edc77..da630fae0 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -126,7 +126,7 @@
#define SMSG_WALK_RESPONSE 0x0087
// Receiving a request to trade
-#define SMSG_TRADE_REQUEST 0x00e5
+#define SMSG_TRADE_REQUEST 0x01f4
#define SMSG_TRADE_RESPONSE 0x00e7
#define SMSG_TRADE_ITEM_ADD 0x00e9
#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x01b1 /**< Not standard eAthena! */