mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 11:09:20 +02:00
Update game.cpp
This commit is contained in:
parent
94686d3fe8
commit
cc483fba5a
@ -1572,6 +1572,10 @@ void Game::setProtocolVersion(int version)
|
|||||||
enableFeature(Otc::GameHideNpcNames);
|
enableFeature(Otc::GameHideNpcNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(version >= 1039) {
|
||||||
|
enableFeature(Otc::GamePremiumExpiration)
|
||||||
|
}
|
||||||
|
|
||||||
m_protocolVersion = version;
|
m_protocolVersion = version;
|
||||||
|
|
||||||
Proto::buildMessageModesMap(version);
|
Proto::buildMessageModesMap(version);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user