Little fix

This commit is contained in:
djayk1 2014-06-29 11:25:01 -03:00
parent 10438c21ff
commit 8fccc1eb63
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ void Game::setProtocolVersion(int version)
enableFeature(Otc::GameHideNpcNames);
}
if(version >= 1041) {
if(version >= 1038) {
enableFeature(Otc::GamePremiumExpiration);
}