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