summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 1b000025c..b51ad2e92 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -72,7 +72,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;
};