From b35357cfcd58ac26d2f9d008a2db5b931cccb428 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Oct 2014 17:39:32 +0300 Subject: Move AGI stat from net enum into attributes. --- src/net/eathena/playerhandler.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/playerhandler.cpp') diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index ac035826d..8e3b8f910 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -298,11 +298,16 @@ void PlayerHandler::processPlayerStatUpdate5(Net::MessageIn &msg) msg.readUInt8("str need"); val = msg.readUInt8("agi"); - PlayerInfo::setStatBase(AGI, val); + PlayerInfo::setStatBase(Attributes::AGI, val); if (statusWindow) - statusWindow->setPointsNeeded(AGI, msg.readUInt8("agi cost")); + { + statusWindow->setPointsNeeded(Attributes::AGI, + msg.readUInt8("agi cost")); + } else + { msg.readUInt8("agi cost"); + } val = msg.readUInt8("vit"); PlayerInfo::setStatBase(Attributes::VIT, val); -- cgit v1.2.3-70-g09d2