From 8fccc1eb63abbc358854c4cf0555457f3185c2c7 Mon Sep 17 00:00:00 2001 From: djayk1 Date: Sun, 29 Jun 2014 11:25:01 -0300 Subject: [PATCH] Little fix --- src/client/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/game.cpp b/src/client/game.cpp index 0b8140f0..d35308e0 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -1572,7 +1572,7 @@ void Game::setProtocolVersion(int version) enableFeature(Otc::GameHideNpcNames); } - if(version >= 1041) { + if(version >= 1038) { enableFeature(Otc::GamePremiumExpiration); }