summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-16 16:52:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-16 16:52:42 +0300
commit5fb0cfc6d741fc1791172f374ed4ac666e73144f (patch)
tree5ba142782c83fe713709cc816cb03d7405a7bc47 /src/net/eathena/protocol.h
parent901b607d96bb59c012e679918d9ca083d2ad3c2f (diff)
downloadplus-5fb0cfc6d741fc1791172f374ed4ac666e73144f.tar.gz
plus-5fb0cfc6d741fc1791172f374ed4ac666e73144f.tar.bz2
plus-5fb0cfc6d741fc1791172f374ed4ac666e73144f.tar.xz
plus-5fb0cfc6d741fc1791172f374ed4ac666e73144f.zip
eathena: rename packet SMSG_TRADE_RESPONSE2 into SMSG_TRADE_RESPONSE.
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 9bcdcf740..b87f26311 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -160,7 +160,7 @@
// Receiving a request to trade
#define SMSG_TRADE_REQUEST 0x01f4
-#define SMSG_TRADE_RESPONSE2 0x01f5
+#define SMSG_TRADE_RESPONSE 0x01f5
#define SMSG_TRADE_ITEM_ADD 0x080f
#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x00ea
#define SMSG_TRADE_OK 0x00ec