From 8d19c3ed8e0c03f162e022dd0f09fff53f2bc055 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Apr 2016 00:04:10 +0300 Subject: Impliment packet CMSG_MERGE_ITEM_ACK 0x096e. --- src/net/eathena/packetsout.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/packetsout.inc') 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); -- cgit v1.2.3-70-g09d2