Update protocolgameparse.cpp

This commit is contained in:
djayk1 2014-06-23 11:39:43 -03:00
parent 468ac9cbd2
commit 94686d3fe8
1 changed files with 1 additions and 0 deletions

View File

@ -1022,6 +1022,7 @@ void ProtocolGame::parsePlayerInfo(const InputMessagePtr& msg)
{ {
bool premium = msg->getU8(); // premium bool premium = msg->getU8(); // premium
int vocation = msg->getU8(); // vocation int vocation = msg->getU8(); // vocation
int premiumEx = msg->getU32(); // premium expiration
int spellCount = msg->getU16(); int spellCount = msg->getU16();
std::vector<int> spells; std::vector<int> spells;