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/eathena/friendshandler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/eathena/friendshandler.cpp') diff --git a/src/net/eathena/friendshandler.cpp b/src/net/eathena/friendshandler.cpp index fbb505e47..783ad1109 100644 --- a/src/net/eathena/friendshandler.cpp +++ b/src/net/eathena/friendshandler.cpp @@ -107,4 +107,11 @@ void FriendsHandler::inviteResponse(const int accountId, outMsg.writeInt32(accept ? 1 : 0, "result"); } +void FriendsHandler::remove(const int accountId, const int charId) const +{ + createOutPacket(CMSG_FRIENDS_DELETE_PLAYER); + outMsg.writeInt32(accountId, "account id"); + outMsg.writeInt32(charId, "char id"); +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2