summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r--src/net/tmwa/playerhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 898a03057..e0b5be486 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -82,7 +82,7 @@ class PlayerHandler final : public Ea::PlayerHandler
void setStat(Net::MessageIn &msg,
const int type,
- const int base,
+ const int64_t base,
const int mod,
const Notify notify) const override final;
};