summaryrefslogtreecommitdiff
path: root/src/net/friendshandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-14 12:39:55 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-14 12:39:55 +0300
commit470f883b5701b74ae956f02f1b91ac7e584776b2 (patch)
tree6a0d16edc598c3e95a499f1ac8da20acc2bf1e20 /src/net/friendshandler.h
parent633ec96c9a4403eeacdd91fdb5302f8989933265 (diff)
downloadplus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.gz
plus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.bz2
plus-470f883b5701b74ae956f02f1b91ac7e584776b2.tar.xz
plus-470f883b5701b74ae956f02f1b91ac7e584776b2.zip
eathena: add packet CMSG_FRIENDS_DELETE_PLAYER 0x020a.
Diffstat (limited to 'src/net/friendshandler.h')
-rw-r--r--src/net/friendshandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/friendshandler.h b/src/net/friendshandler.h
index 9e36578e0..3644169ea 100644
--- a/src/net/friendshandler.h
+++ b/src/net/friendshandler.h
@@ -37,6 +37,8 @@ class FriendsHandler notfinal
const int charId,
const bool accept) const = 0;
+ virtual void remove(const int accountId, const int charId) const = 0;
+
virtual ~FriendsHandler()
{ }
};