diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
commit | d8d84315013a24730c5b9d08122a954d713521c7 (patch) | |
tree | 4fc54086d0843f32707aa06c7c7eed3e092220fc /src/net/ea/playerhandler.h | |
parent | 850c4e74f8c5daf218beaa4f948df2c9c8ded42e (diff) | |
download | plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.gz plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.bz2 plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.xz plus-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.h | 6 |
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 |