mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fix issue #82
This commit is contained in:
parent
9bd983ab51
commit
91237e82d5
@ -1173,7 +1173,7 @@ void Game::setClientVersion(int version)
|
||||
m_features.reset();
|
||||
enableFeature(Otc::GameFormatCreatureName);
|
||||
|
||||
if(version <= 810) {
|
||||
if(version <= 854) {
|
||||
enableFeature(Otc::GameChargeableItems);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user