This commit is contained in:
Eduardo Bart 2012-08-29 12:43:50 -03:00
parent 9bd983ab51
commit 91237e82d5
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ void Game::setClientVersion(int version)
m_features.reset();
enableFeature(Otc::GameFormatCreatureName);
if(version <= 810) {
if(version <= 854) {
enableFeature(Otc::GameChargeableItems);
}