summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-06 00:04:10 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-06 00:04:10 +0300
commit8d19c3ed8e0c03f162e022dd0f09fff53f2bc055 (patch)
tree94af8b27eb20355e0714f4789359fb75fcc4380f /src/net/eathena/packetsout.inc
parent4598f298e22f5e7bd0da0f59743ec32ab6dd8add (diff)
downloadplus-8d19c3ed8e0c03f162e022dd0f09fff53f2bc055.tar.gz
plus-8d19c3ed8e0c03f162e022dd0f09fff53f2bc055.tar.bz2
plus-8d19c3ed8e0c03f162e022dd0f09fff53f2bc055.tar.xz
plus-8d19c3ed8e0c03f162e022dd0f09fff53f2bc055.zip
Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 5a9fdd4c6..44ea8785f 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -264,6 +264,8 @@ packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0940);
packet(CMSG_SEARCHSTORE_CLOSE, 0x083b);
packet(CMSG_SEARCHSTORE_CLICK, 0x0835);
+packet(CMSG_MERGE_ITEM_ACK, 0x096e);
+
packet(CMSG_SET_STATUS, 0x0b0e);
packet(CMSG_ONLINE_LIST, 0x0b0f);