summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 03:42:47 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 03:42:47 +0300
commit0aeab113a9c90d81a74b92aae908502e5cdd8f30 (patch)
treefaf6444053aa2b84e00ddf32b103d242f77debbd /src/net/eathena/packetsout.inc
parentca2c1a3e20d9cf16fd77649bfd48a26b2f7d9390 (diff)
downloadplus-0aeab113a9c90d81a74b92aae908502e5cdd8f30.tar.gz
plus-0aeab113a9c90d81a74b92aae908502e5cdd8f30.tar.bz2
plus-0aeab113a9c90d81a74b92aae908502e5cdd8f30.tar.xz
plus-0aeab113a9c90d81a74b92aae908502e5cdd8f30.zip
Add packet CMSG_REQ_REMAIN_TIME 0x01c0
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 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);