summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-01 15:16:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-01 19:28:08 +0300
commit4fd1fb3701088b62b78e7c90bf4f7e825ff8259a (patch)
tree6c583df75d024708d033c955f13978b7f0fddf01 /src/net/eathena/playerhandler.h
parent4d892bd515041fbabfccc36cd1ea55141cf82c24 (diff)
downloadManaVerse-4fd1fb3701088b62b78e7c90bf4f7e825ff8259a.tar.gz
ManaVerse-4fd1fb3701088b62b78e7c90bf4f7e825ff8259a.tar.bz2
ManaVerse-4fd1fb3701088b62b78e7c90bf4f7e825ff8259a.tar.xz
ManaVerse-4fd1fb3701088b62b78e7c90bf4f7e825ff8259a.zip
Move actual update stats into one function.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index f94fd0652..3a0ba20fa 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -73,6 +73,11 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void setViewEquipment(const bool allow) const override final;
protected:
+ void setStat(const int type,
+ const int base,
+ const int mod,
+ const bool notify) const override final;
+
void processPlayerStatUpdate5(Net::MessageIn &msg);
void processPlayerGetExp(Net::MessageIn &msg);