summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 72cf8c9de..2e8d2bc90 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -108,7 +108,7 @@ class PlayerHandler notfinal
virtual void setStat(Net::MessageIn &msg,
const int type,
- const int base,
+ const int64_t base,
const int mod,
const Notify notify) const = 0;
};