From ec99d35cee552a41bbf91506fdc5513fba5ef510 Mon Sep 17 00:00:00 2001 From: djayk1 Date: Mon, 23 Jun 2014 12:19:12 -0300 Subject: [PATCH] Update game.cpp --- 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 a95f7675..c45ae6cd 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 >= 1039) { + if(version >= 1041) { enableFeature(Otc::GamePremiumExpiration) }