diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index b08c31648..71ce80f86 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -2661,9 +2661,9 @@ enum TotemSlot // 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 and WoW:WotLK 3.3.3 client build 11655... +// will only support WoW, WoW:TBC and WoW:WotLK 3.3.3 client build 11685... -#define EXPECTED_MANGOSD_CLIENT_BUILD {11655, 0} +#define EXPECTED_MANGOSD_CLIENT_BUILD {11685, 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/UpdateFields.h b/src/game/UpdateFields.h index e5a1bbbbc..a8fc74b33 100644 --- a/src/game/UpdateFields.h +++ b/src/game/UpdateFields.h @@ -19,7 +19,7 @@ #ifndef _UPDATEFIELDS_AUTO_H #define _UPDATEFIELDS_AUTO_H -// Auto generated for version 0, 3, 3, 11655 +// Auto generated for version 3, 3, 3, 11685 enum EObjectFields { diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 5add133cd..fa3c9b470 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -49,7 +49,7 @@ enum eAuthResults #define EXPECTED_REALMD_CLIENT_BUILD \ { \ - 11655, /* 3.3.3 and higher */ \ + 11685, /* 3.3.3 and higher */ \ 11159, /* 3.3.0a */ \ 10505, /* 3.2.2a */ \ 8606, /* 2.4.3 */ \