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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/clanrecv.cpp b/src/net/eathena/clanrecv.cpp
index 00f863caf..57c89419c 100644
--- a/src/net/eathena/clanrecv.cpp
+++ b/src/net/eathena/clanrecv.cpp
@@ -56,4 +56,9 @@ void ClanRecv::processClanOnlineCount(Net::MessageIn &msg)
msg.readInt16("total members count");
}
+void ClanRecv::processClanLeave(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+}
+
} // namespace EAthena