From da1b17fe54cb79a1a31b9045892ab573e3fd2ee2 Mon Sep 17 00:00:00 2001 From: zamalaev Date: Mon, 17 Feb 2020 15:22:55 +0000 Subject: [PATCH] Update Client Builds --- src/game/Server/SharedDefines.h | 4 ++-- src/game/WorldHandlers/World.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Server/SharedDefines.h b/src/game/Server/SharedDefines.h index e6d49dac9..e091bf7e0 100644 --- a/src/game/Server/SharedDefines.h +++ b/src/game/Server/SharedDefines.h @@ -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 diff --git a/src/game/WorldHandlers/World.cpp b/src/game/WorldHandlers/World.cpp index 840ba2e8a..2a75c78a1 100644 --- a/src/game/WorldHandlers/World.cpp +++ b/src/game/WorldHandlers/World.cpp @@ -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;