summaryrefslogtreecommitdiff
path: root/src/net/eathena/clanrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-09 00:18:39 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-09 00:18:39 +0300
commit9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790 (patch)
tree08ff80a9f93d87ae80c7126b4dff11698ef47457 /src/net/eathena/clanrecv.cpp
parentec613c9f448fc3df9267464c287869e53544d563 (diff)
downloadplus-9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790.tar.gz
plus-9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790.tar.bz2
plus-9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790.tar.xz
plus-9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790.zip
Add packet SMSG_CLAN_LEAVE 0x0989.
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