summaryrefslogtreecommitdiff
path: root/src/net/eathena/npcrecv.cpp
diff options
context:
space:
mode:
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;