summaryrefslogtreecommitdiff
path: root/src/net/eathena/npcrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-17 20:09:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-17 20:09:14 +0300
commit1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd (patch)
tree67aa4966f7ba5980608429d172bf806bc1c00277 /src/net/eathena/npcrecv.cpp
parent7c6d3721e2a0cbf31213c344ac48765d34ad39a5 (diff)
downloadplus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.gz
plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.bz2
plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.xz
plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.zip
Add packet SMSG_SHOW_PROGRESS_BAR_FREE 0x09d1.
Diffstat (limited to 'src/net/eathena/npcrecv.cpp')
-rw-r--r--src/net/eathena/npcrecv.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/eathena/npcrecv.cpp b/src/net/eathena/npcrecv.cpp
index 4f1fcd962..ec791f498 100644
--- a/src/net/eathena/npcrecv.cpp
+++ b/src/net/eathena/npcrecv.cpp
@@ -81,6 +81,15 @@ void NpcRecv::processNpcShowProgressBar(Net::MessageIn &msg)
msg.readInt32("seconds");
}
+void NpcRecv::processShowProgressBarFree(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ Ea::NpcRecv::mRequestLang = false;
+ msg.readBeingId("account id");
+ msg.readInt32("color");
+ msg.readInt32("time");
+}
+
void NpcRecv::processNpcCloseTimeout(Net::MessageIn &msg)
{
UNIMPLEMENTEDPACKET;