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); }