mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Update Client Builds
This commit is contained in:
parent
57343d5a07
commit
da1b17fe54
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue