diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 23:02:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 23:02:49 +0300 |
commit | 0d35aab89fab92c11282f1c878b0fbbf68ca4ccf (patch) | |
tree | e154e65a42dd6746287fe928460bbbee64470012 /src/net/playerhandler.h | |
parent | 32223642829f80fe2f8a775f2dca81e5565c0104 (diff) | |
download | plus-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/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 19682bda4..3292c6083 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -49,7 +49,8 @@ class PlayerHandler notfinal virtual void emote(const uint8_t emoteId) const = 0; - virtual void increaseAttribute(const AttributesT attr) const = 0; + virtual void increaseAttribute(const AttributesT attr, + const int amount) const = 0; virtual void decreaseAttribute(const AttributesT attr) const = 0; |