summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-01 20:08:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-01 20:08:37 +0300
commit8e31dd982376769e5c8ec277f92c2e492268a9b3 (patch)
treead1e948ccf16663ad2d4f2cc0a2e314a81df9813 /src/net/eathena/packetsout.inc
parent43e4d3322100bf057938c19d6f521d53c6216d3e (diff)
downloadplus-8e31dd982376769e5c8ec277f92c2e492268a9b3.tar.gz
plus-8e31dd982376769e5c8ec277f92c2e492268a9b3.tar.bz2
plus-8e31dd982376769e5c8ec277f92c2e492268a9b3.tar.xz
plus-8e31dd982376769e5c8ec277f92c2e492268a9b3.zip
Remove help lines from packets definition.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 709595402..d7f45e567 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -37,7 +37,7 @@ packet(CMSG_CHAR_RENAME, 0x028f);
packet(CMSG_CHAR_CHANGE_SLOT, 0x08d4);
packet(CMSG_MAP_SERVER_CONNECT, 0x089c);
-packet(CMSG_MAP_PING, 0x035f); /**< Send to server with tick */
+packet(CMSG_MAP_PING, 0x035f);
packet(CMSG_LOGIN_PING, 0x0200);
packet(CMSG_CHAR_PING, 0x0187);
packet(CMSG_MAP_LOADED, 0x007d);
@@ -66,7 +66,6 @@ packet(CMSG_SKILL_LEVELUP_REQUEST, 0x0112);
packet(CMSG_STAT_UPDATE_REQUEST, 0x00bb);
packet(CMSG_SKILL_USE_BEING, 0x083c);
packet(CMSG_SKILL_USE_POSITION, 0x0436);
-// Variant of 0x116 with 80 char string at end (unsure of use)
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366);
packet(CMSG_SKILL_USE_MAP, 0x011b);
@@ -126,9 +125,9 @@ packet(CMSG_PARTY_MESSAGE, 0x0108);
packet(CMSG_PARTY_CHANGE_LEADER, 0x07da);
packet(CMSG_PARTY_ALLOW_INVITES, 0x02c8);
-packet(CMSG_MOVE_TO_STORAGE, 0x07ec); /** Move item to storage */
-packet(CMSG_MOVE_FROM_STORAGE, 0x085b); /** Remove item from storage */
-packet(CMSG_CLOSE_STORAGE, 0x0193); /** Request storage close */
+packet(CMSG_MOVE_TO_STORAGE, 0x07ec);
+packet(CMSG_MOVE_FROM_STORAGE, 0x085b);
+packet(CMSG_CLOSE_STORAGE, 0x0193);
packet(CMSG_MOVE_TO_CART, 0x0126);
packet(CMSG_MOVE_FROM_CART, 0x0127);