summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/charserverhandler.cpp')
-rw-r--r--src/net/eathena/charserverhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp
index b2ba2da08..0b48e8d80 100644
--- a/src/net/eathena/charserverhandler.cpp
+++ b/src/net/eathena/charserverhandler.cpp
@@ -162,7 +162,7 @@ void CharServerHandler::readPlayerData(Net::MessageIn &msg,
msg.readInt32("option");
tempPlayer->setKarma(msg.readInt32("karma"));
- msg.readInt32("manner");
+ tempPlayer->setManner(msg.readInt32("manner"));
msg.readInt16("left points");
data.mAttributes[Attributes::HP] = msg.readInt16("hp");