From 94686d3fe873f565e99eb8e5dea6a5c4d54bc2fb Mon Sep 17 00:00:00 2001 From: djayk1 Date: Mon, 23 Jun 2014 11:39:43 -0300 Subject: [PATCH] Update protocolgameparse.cpp --- src/client/protocolgameparse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 42d552a2..e53e1182 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -1022,6 +1022,7 @@ void ProtocolGame::parsePlayerInfo(const InputMessagePtr& msg) { bool premium = msg->getU8(); // premium int vocation = msg->getU8(); // vocation + int premiumEx = msg->getU32(); // premium expiration int spellCount = msg->getU16(); std::vector spells;