summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-01 15:44:38 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-01 19:28:09 +0300
commit41b320bbdbcdc6bc158ab9dde9741ac50f194936 (patch)
tree20c9573740c297b3e16f09eb701089df21b699ba /src/net/tmwa/playerhandler.cpp
parenta6f509e5724bea354c4da040b210ad21937d9b26 (diff)
downloadplus-41b320bbdbcdc6bc158ab9dde9741ac50f194936.tar.gz
plus-41b320bbdbcdc6bc158ab9dde9741ac50f194936.tar.bz2
plus-41b320bbdbcdc6bc158ab9dde9741ac50f194936.tar.xz
plus-41b320bbdbcdc6bc158ab9dde9741ac50f194936.zip
Move HIT stat from net enum into attributes.
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 196c3eabf..514a1d839 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -416,7 +416,7 @@ void PlayerHandler::processPlayerStatUpdate5(Net::MessageIn &msg)
PlayerInfo::setStatBase(MDEF, msg.readInt16("mdef"), false);
PlayerInfo::setStatMod(MDEF, msg.readInt16("mdef+"));
- PlayerInfo::setStatBase(HIT, msg.readInt16("hit"));
+ PlayerInfo::setStatBase(Attributes::HIT, msg.readInt16("hit"));
PlayerInfo::setStatBase(Attributes::FLEE, msg.readInt16("flee"), false);
PlayerInfo::setStatMod(Attributes::FLEE, msg.readInt16("flee+"));