mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fix issue #82
This commit is contained in:
@@ -1173,7 +1173,7 @@ void Game::setClientVersion(int version)
|
||||
m_features.reset();
|
||||
enableFeature(Otc::GameFormatCreatureName);
|
||||
|
||||
if(version <= 810) {
|
||||
if(version <= 854) {
|
||||
enableFeature(Otc::GameChargeableItems);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user