summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-06 23:02:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-06 23:02:49 +0300
commit0d35aab89fab92c11282f1c878b0fbbf68ca4ccf (patch)
treee154e65a42dd6746287fe928460bbbee64470012 /src/net/eathena/playerhandler.h
parent32223642829f80fe2f8a775f2dca81e5565c0104 (diff)
downloadplus-0d35aab89fab92c11282f1c878b0fbbf68ca4ccf.tar.gz
plus-0d35aab89fab92c11282f1c878b0fbbf68ca4ccf.tar.bz2
plus-0d35aab89fab92c11282f1c878b0fbbf68ca4ccf.tar.xz
plus-0d35aab89fab92c11282f1c878b0fbbf68ca4ccf.zip
Add into increaseAttribute parameter with about of attributes to up.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index f8e29c36b..6f8e9b4eb 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -40,7 +40,8 @@ class PlayerHandler final : public Ea::PlayerHandler
void stopAttack() const override final;
void emote(const uint8_t emoteId) const override final;
- void increaseAttribute(const AttributesT attr) const override final;
+ void increaseAttribute(const AttributesT attr,
+ const int amount) const override final;
void increaseSkill(const uint16_t skillId) const override final;
void pickUp(const FloorItem *const floorItem) const override final;