summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 17:11:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 17:11:44 +0300
commit0a455d7f67e9c3e92b17d00be1602bf7d129a1da (patch)
treeca99f633e559101feb106f0d6727e09a537ffd08 /src/net/playerhandler.h
parente88234e3d4d52ab4930d907562f68775fa558d07 (diff)
downloadplus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.gz
plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.bz2
plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.xz
plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.zip
eathena: add packet CMSG_REMOVE_OPTION 0x012a.
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index f230169fd..2b23b93b3 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -83,6 +83,8 @@ class PlayerHandler notfinal
const uint8_t type,
const int id,
const int level) const = 0;
+
+ virtual void removeOption() const = 0;
};
} // namespace Net