summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-01 16:00:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-01 16:00:26 +0300
commitc635347f18378aea08ba48e991ddb8ff1010c27c (patch)
tree835b7c57d3891f7944447d9a488ad7d490480e18 /src/net/ea/playerhandler.cpp
parent5a35288a7524c6b5cb9a4e8e3aa93d756b016743 (diff)
downloadplus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.gz
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.bz2
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.tar.xz
plus-c635347f18378aea08ba48e991ddb8ff1010c27c.zip
Fix code style.
Diffstat (limited to 'src/net/ea/playerhandler.cpp')
-rw-r--r--src/net/ea/playerhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp
index 81bc373f3..8592b737b 100644
--- a/src/net/ea/playerhandler.cpp
+++ b/src/net/ea/playerhandler.cpp
@@ -472,8 +472,8 @@ void PlayerHandler::processPlayerStatUpdate2(Net::MessageIn &msg)
PlayerInfo::setAttribute(PlayerInfo::EXP_NEEDED, msg.readInt32());
break;
case 0x0017:
- PlayerInfo::setStatExperience(EA_JOB, PlayerInfo::getStatExperience(
- EA_JOB).first, msg.readInt32());
+ PlayerInfo::setStatExperience(EA_JOB,
+ PlayerInfo::getStatExperience(EA_JOB).first, msg.readInt32());
break;
default:
logger->log("QQQQ PLAYER_STAT_UPDATE_2 " + toString(type));