Update Client Builds

This commit is contained in:
zamalaev 2020-02-17 15:22:55 +00:00 committed by Antz
parent 57343d5a07
commit da1b17fe54
2 changed files with 3 additions and 3 deletions

View file

@ -3933,9 +3933,9 @@ enum TrackedAuraType
// we need to stick to 1 version or half of the stuff will work for someone
// others will not and opposite
// will only support WoW, WoW:TBC, WoW:WotLK , WoW:Cataclysm and WoW:MOP 5.3.0 client build 17055...
// will only support WoW, WoW:TBC, WoW:WotLK , WoW:Cataclysm and WoW:MOP 5.3.0 client build 17128...
#define EXPECTED_MANGOSD_CLIENT_BUILD {17055, 0}
#define EXPECTED_MANGOSD_CLIENT_BUILD {17128, 0}
// max supported expansion level in mangosd
// NOTE: not set it more that supported by targeted client version with all expansions installed

View file

@ -1693,7 +1693,7 @@ void World::showFooter()
modules_.insert(" Warden : Disabled");
}
std::string thisClientVersion ("17055");
std::string thisClientVersion ("17128");
std::string thisClientBuilds = AcceptableClientBuildsListStr();
std::string sModules;