summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-15 17:52:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-18 16:21:43 +0300
commite05956bcbefba4f846f90e7f5c9c05c4931b3a26 (patch)
tree8b917a476035db2b248c071baac87c521098a195 /src/net/eathena/playerhandler.cpp
parentf77c15f0dc1f441ebda122bc39c8e67b7452b968 (diff)
downloadplus-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.gz
plus-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.bz2
plus-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.xz
plus-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.zip
Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp2
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
{