diff options
-rw-r--r-- | src/net/ea/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp index 9464723a..c2a1ecf1 100644 --- a/src/net/ea/playerhandler.cpp +++ b/src/net/ea/playerhandler.cpp @@ -486,7 +486,7 @@ void PlayerHandler::increaseAttribute(size_t attr) if (attr >= STR && attr <= LUK) { MessageOut outMsg(CMSG_STAT_UPDATE_REQUEST); - outMsg.writeInt16(STR); + outMsg.writeInt16(attr); outMsg.writeInt8(1); } } |