summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
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.cpp
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.cpp')
-rw-r--r--src/net/ea/playerhandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp
index d6464028e..9ee783af4 100644
--- a/src/net/ea/playerhandler.cpp
+++ b/src/net/ea/playerhandler.cpp
@@ -46,10 +46,6 @@ PlayerHandler::PlayerHandler()
{
}
-void PlayerHandler::decreaseAttribute(const AttributesT attr A_UNUSED) const
-{
-}
-
void PlayerHandler::ignorePlayer(const std::string &player A_UNUSED,
const bool ignore A_UNUSED) const
{