From 91237e82d5eb3e22c9576fd40916fa6bc2820d52 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Wed, 29 Aug 2012 12:43:50 -0300 Subject: [PATCH] Fix issue #82 --- src/otclient/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otclient/game.cpp b/src/otclient/game.cpp index 8a664901..524074a7 100644 --- a/src/otclient/game.cpp +++ b/src/otclient/game.cpp @@ -1173,7 +1173,7 @@ void Game::setClientVersion(int version) m_features.reset(); enableFeature(Otc::GameFormatCreatureName); - if(version <= 810) { + if(version <= 854) { enableFeature(Otc::GameChargeableItems); }