summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/playerhandler.cpp2
-rw-r--r--src/net/tmwa/playerhandler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 4d2e5cc33..ef1b704a8 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -218,7 +218,7 @@ void PlayerHandler::setViewEquipment(const bool allow A_UNUSED) const
void PlayerHandler::setStat(Net::MessageIn &msg,
const int type,
- const int base,
+ const int64_t base,
const int mod,
const Notify notify) const
{
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;
};