mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Fix #569 finally had some free time.
This commit is contained in:
@@ -1573,24 +1573,18 @@ void Game::setClientVersion(int version)
|
||||
enableFeature(Otc::GameAdditionalVipInfo);
|
||||
}
|
||||
|
||||
if(version >= 973) {
|
||||
if(version >= 981) {
|
||||
enableFeature(Otc::GameLoginPending);
|
||||
enableFeature(Otc::GameNewSpeedLaw);
|
||||
}
|
||||
|
||||
if(version >= 976) {
|
||||
enableFeature(Otc::GameContainerPagination);
|
||||
}
|
||||
|
||||
if(version >= 979) {
|
||||
enableFeature(Otc::GameThingMarks);
|
||||
}
|
||||
|
||||
if(version >= 984) {
|
||||
enableFeature(Otc::GameContainerPagination);
|
||||
enableFeature(Otc::GameBrowseField);
|
||||
}
|
||||
|
||||
if(version >= 1000) {
|
||||
enableFeature(Otc::GameThingMarks);
|
||||
enableFeature(Otc::GamePVPMode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user