diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 73425758..0687f24d 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -1305,9 +1305,9 @@ void ProtocolGame::parsePremiumTrigger(const InputMessagePtr& msg) void ProtocolGame::parsePlayerInfo(const InputMessagePtr& msg) { bool premium = msg->getU8(); // premium - int vocation = msg->getU8(); // vocation if(g_game.getFeature(Otc::GamePremiumExpiration)) int premiumEx = msg->getU32(); // premium expiration used for premium advertisement + int vocation = msg->getU8(); // vocation int spellCount = msg->getU16(); std::vector spells;