From 0aeab113a9c90d81a74b92aae908502e5cdd8f30 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2019 03:42:47 +0300 Subject: Add packet CMSG_REQ_REMAIN_TIME 0x01c0 --- 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 8811c8a4a..ec05f490f 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -254,6 +254,8 @@ packet(CMSG_VENDING_CREATE_SHOP, 0x01b2, -1, clif->pOpenVending); packet(CMSG_MERGE_ITEM_ACK, 0x096e, -1, clif->ackmergeitems); packet(CMSG_MERGE_ITEM_CANCEL, 0x0974, 2, clif->cancelmergeitem); +packet(CMSG_REQ_REMAIN_TIME, 0x01c0, 2, clif->pReqRemainTime); + packet2(CMSG_SET_STATUS, 0x0b0e, 0, nullptr); packet2(CMSG_ONLINE_LIST, 0x0b0f, 0, nullptr); -- cgit v1.2.3-60-g2f50