diff options
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r-- | src/net/eathena/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index a16984cfa..1091fd454 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -517,7 +517,7 @@ void PlayerHandler::setViewEquipment(const bool allow) const void PlayerHandler::setStat(Net::MessageIn &msg, const int type, - const int base, + const int64_t base, const int mod, const Notify notify) const { |