summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
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/gamehandler.cpp
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/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp
index 2a9f5028f..1ed6851dd 100644
--- a/src/net/eathena/gamehandler.cpp
+++ b/src/net/eathena/gamehandler.cpp
@@ -223,4 +223,9 @@ void GameHandler::disconnect2() const
createOutPacket(CMSG_CLIENT_QUIT);
}
+void GameHandler::reqRemainTime() const
+{
+ createOutPacket(CMSG_REQ_REMAIN_TIME);
+}
+
} // namespace EAthena