summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-30 23:40:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-30 23:40:58 +0300
commit24c274b63f95636619b985db99311f6807e12170 (patch)
tree237731512e20f05cfa691b9879ab23e85d7feea9 /src/net/tmwa/playerhandler.cpp
parentfc2702efdf477a96761a6405e5d764c478b2905f (diff)
downloadplus-24c274b63f95636619b985db99311f6807e12170.tar.gz
plus-24c274b63f95636619b985db99311f6807e12170.tar.bz2
plus-24c274b63f95636619b985db99311f6807e12170.tar.xz
plus-24c274b63f95636619b985db99311f6807e12170.zip
Add manner stat to player.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 3c3173d47..9ad631d71 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -421,7 +421,7 @@ void PlayerHandler::processPlayerStatUpdate5(Net::MessageIn &msg)
PlayerInfo::setStatBase(CRIT, msg.readInt16("crit"));
- msg.readInt16("manner");
+ PlayerInfo::setStatBase(Attributes::MANNER, msg.readInt16("manner"));
msg.readInt16("unused?");
BLOCK_END("PlayerHandler::processPlayerStatUpdate5")
}