summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-04 19:45:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:57 +0300
commit69a7f70797b3433bfdaf510fb997469b8bf7ba4d (patch)
treed1a3c84bd486a59ae411c267085d02b5619c547b /src/net/eathena/protocol.h
parent549d21c0c9995c2120ea539cfb3551817df214a2 (diff)
downloadManaVerse-69a7f70797b3433bfdaf510fb997469b8bf7ba4d.tar.gz
ManaVerse-69a7f70797b3433bfdaf510fb997469b8bf7ba4d.tar.bz2
ManaVerse-69a7f70797b3433bfdaf510fb997469b8bf7ba4d.tar.xz
ManaVerse-69a7f70797b3433bfdaf510fb997469b8bf7ba4d.zip
eathena; fix packet SMSG_TRADE_ITEM_ADD 0x080f.
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 12381a15e..527d8b99e 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -129,7 +129,7 @@
#define SMSG_TRADE_REQUEST 0x01f4
#define SMSG_TRADE_RESPONSE 0x00e7
#define SMSG_TRADE_RESPONSE2 0x01f5
-#define SMSG_TRADE_ITEM_ADD 0x00e9
+#define SMSG_TRADE_ITEM_ADD 0x080f
#define SMSG_TRADE_ITEM_ADD_RESPONSE 0x01b1 /**< Not standard eAthena! */
#define SMSG_TRADE_OK 0x00ec
#define SMSG_TRADE_CANCEL 0x00ee