Update game.cpp
This commit is contained in:
parent
94686d3fe8
commit
cc483fba5a
|
@ -1572,6 +1572,10 @@ void Game::setProtocolVersion(int version)
|
|||
enableFeature(Otc::GameHideNpcNames);
|
||||
}
|
||||
|
||||
if(version >= 1039) {
|
||||
enableFeature(Otc::GamePremiumExpiration)
|
||||
}
|
||||
|
||||
m_protocolVersion = version;
|
||||
|
||||
Proto::buildMessageModesMap(version);
|
||||
|
|
Loading…
Reference in New Issue