mirror of
https://github.com/edubart/otclient.git
synced 2026-04-26 03:23:32 +02:00
Update game.cpp
This commit is contained in:
@@ -1572,6 +1572,10 @@ void Game::setProtocolVersion(int version)
|
||||
enableFeature(Otc::GameHideNpcNames);
|
||||
}
|
||||
|
||||
if(version >= 1039) {
|
||||
enableFeature(Otc::GamePremiumExpiration)
|
||||
}
|
||||
|
||||
m_protocolVersion = version;
|
||||
|
||||
Proto::buildMessageModesMap(version);
|
||||
|
||||
Reference in New Issue
Block a user