From 470f883b5701b74ae956f02f1b91ac7e584776b2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Oct 2014 12:39:55 +0300 Subject: eathena: add packet CMSG_FRIENDS_DELETE_PLAYER 0x020a. --- src/net/tmwa/friendshandler.cpp | 5 +++++ src/net/tmwa/friendshandler.h | 3 +++ 2 files changed, 8 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/friendshandler.cpp b/src/net/tmwa/friendshandler.cpp index eb4d01845..5361a9f22 100644 --- a/src/net/tmwa/friendshandler.cpp +++ b/src/net/tmwa/friendshandler.cpp @@ -57,4 +57,9 @@ void FriendsHandler::inviteResponse(const int accountId A_UNUSED, { } +void FriendsHandler::remove(const int accountId A_UNUSED, + const int charId A_UNUSED) const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/friendshandler.h b/src/net/tmwa/friendshandler.h index 96cd4db91..232c8153a 100644 --- a/src/net/tmwa/friendshandler.h +++ b/src/net/tmwa/friendshandler.h @@ -42,6 +42,9 @@ class FriendsHandler final : public MessageHandler, void inviteResponse(const int accountId, const int charId, const bool accept) const override final; + + void remove(const int accountId, + const int charId) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2