summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-08 20:51:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-08 20:51:37 +0300
commitd8d84315013a24730c5b9d08122a954d713521c7 (patch)
tree4fc54086d0843f32707aa06c7c7eed3e092220fc /src/net/ea/playerhandler.h
parent850c4e74f8c5daf218beaa4f948df2c9c8ded42e (diff)
downloadmv-d8d84315013a24730c5b9d08122a954d713521c7.tar.gz
mv-d8d84315013a24730c5b9d08122a954d713521c7.tar.bz2
mv-d8d84315013a24730c5b9d08122a954d713521c7.tar.xz
mv-d8d84315013a24730c5b9d08122a954d713521c7.zip
Move setStat from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/playerhandler.h')
-rw-r--r--src/net/ea/playerhandler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h
index 7883ed342..d19fdd28a 100644
--- a/src/net/ea/playerhandler.h
+++ b/src/net/ea/playerhandler.h
@@ -50,12 +50,6 @@ class PlayerHandler notfinal : public Net::PlayerHandler
bool canUseMagic() const override final;
int getDefaultWalkSpeed() const override final A_WARN_UNUSED;
-
- void setStat(Net::MessageIn &msg,
- const int type,
- const int base,
- const int mod,
- const Notify notify) const override;
};
} // namespace Ea