From 0d35aab89fab92c11282f1c878b0fbbf68ca4ccf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 6 Mar 2016 23:02:49 +0300 Subject: Add into increaseAttribute parameter with about of attributes to up. --- src/net/playerhandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/playerhandler.h') 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; -- cgit v1.2.3-60-g2f50