From 4598f298e22f5e7bd0da0f59743ec32ab6dd8add Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Apr 2016 20:19:06 +0300 Subject: Add version labels into packetsout.inc --- src/net/eathena/packetsout.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/net/eathena') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index d974e4e53..5a9fdd4c6 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -20,6 +20,7 @@ * along with this program. If not, see . */ +// 0 packet(CMSG_SERVER_VERSION_REQUEST, 0x7530); packet(CMSG_LOGIN_REGISTER, 0x0064); @@ -267,7 +268,11 @@ packet(CMSG_SET_STATUS, 0x0b0e); packet(CMSG_ONLINE_LIST, 0x0b0f); +// 20150805 +packet(CMSG_SELECT_CART, 0x0980); + #ifdef PACKETS_UPDATE +// 20150513 if (packetVersion >= 20150513) { packet(CMSG_SEARCHSTORE_CLICK, 0x0838); @@ -275,8 +280,5 @@ if (packetVersion >= 20150513) } #endif -// introduced in 20150513 +// 20150513 packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0a35); - -// introduced in 20150805 -packet(CMSG_SELECT_CART, 0x0980); -- cgit v1.2.3-60-g2f50