summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-06 23:12:52 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-06 23:12:52 +0300
commit4bd16234b0853058424f9b3e2f90d27b04562148 (patch)
tree6126fac2d8476c0559abefb0ecaaaa33aea0d19e /src/net/ea/playerhandler.h
parent0d35aab89fab92c11282f1c878b0fbbf68ca4ccf (diff)
downloadplus-4bd16234b0853058424f9b3e2f90d27b04562148.tar.gz
plus-4bd16234b0853058424f9b3e2f90d27b04562148.tar.bz2
plus-4bd16234b0853058424f9b3e2f90d27b04562148.tar.xz
plus-4bd16234b0853058424f9b3e2f90d27b04562148.zip
Remove decreaseAttribute because it left from manaserv.
Diffstat (limited to 'src/net/ea/playerhandler.h')
-rw-r--r--src/net/ea/playerhandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h
index e5105dc16..7883ed342 100644
--- a/src/net/ea/playerhandler.h
+++ b/src/net/ea/playerhandler.h
@@ -42,9 +42,6 @@ class PlayerHandler notfinal : public Net::PlayerHandler
A_DELETE_COPY(PlayerHandler)
- void decreaseAttribute(const AttributesT attr) const
- override final A_CONST;
-
void ignorePlayer(const std::string &player,
const bool ignore) const override final A_CONST;