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…
Reference in New Issue