From d3dda64049f13ca95bb86fe13c707b14039a7595 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Sep 2014 19:03:47 +0300 Subject: eathena: impliment packet SMSG_TRADE_RESPONSE2 0x01f5. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index da630fae0..12381a15e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -128,6 +128,7 @@ // Receiving a request to trade #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_RESPONSE 0x01b1 /**< Not standard eAthena! */ #define SMSG_TRADE_OK 0x00ec -- cgit v1.2.3-70-g09d2