summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-05 20:19:06 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-05 20:19:06 +0300
commit4598f298e22f5e7bd0da0f59743ec32ab6dd8add (patch)
tree6954fb711ec599e69d7d936d1e1d21934ced3ac5 /src/net/eathena
parent3ac81fa84a3d1866c74ccb051c0661329bff774e (diff)
downloadplus-4598f298e22f5e7bd0da0f59743ec32ab6dd8add.tar.gz
plus-4598f298e22f5e7bd0da0f59743ec32ab6dd8add.tar.bz2
plus-4598f298e22f5e7bd0da0f59743ec32ab6dd8add.tar.xz
plus-4598f298e22f5e7bd0da0f59743ec32ab6dd8add.zip
Add version labels into packetsout.inc
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/packetsout.inc10
1 files changed, 6 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
*/
+// 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);