summaryrefslogtreecommitdiff
path: root/src/net/eathena/clanrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/clanrecv.cpp')
-rw-r--r--src/net/eathena/clanrecv.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/clanrecv.cpp b/src/net/eathena/clanrecv.cpp
index c2751ea85..00f863caf 100644
--- a/src/net/eathena/clanrecv.cpp
+++ b/src/net/eathena/clanrecv.cpp
@@ -49,4 +49,11 @@ void ClanRecv::processClanInfo(Net::MessageIn &msg)
}
}
+void ClanRecv::processClanOnlineCount(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readInt16("online members count");
+ msg.readInt16("total members count");
+}
+
} // namespace EAthena