mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Update protocolgameparse.cpp
This commit is contained in:
@@ -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
|
||||||
|
if(g_game.getFeature(Otc::GamePremiumExpiration))
|
||||||
int premiumEx = msg->getU32(); // premium expiration
|
int premiumEx = msg->getU32(); // premium expiration
|
||||||
|
|
||||||
int spellCount = msg->getU16();
|
int spellCount = msg->getU16();
|
||||||
|
Reference in New Issue
Block a user