From e05956bcbefba4f846f90e7f5c9c05c4931b3a26 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Oct 2017 17:52:54 +0300 Subject: Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb. --- src/net/tmwa/playerhandler.cpp | 2 +- src/net/tmwa/playerhandler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa') 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; }; -- cgit v1.2.3-60-g2f50