From 2a1e4949a2e80d4535c3feecbfd75e708f942816 Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Fri, 4 Sep 2009 21:13:33 +0400 Subject: [PATCH] Updated to 10392 client build. --- src/game/DBCStructure.h | 2 +- src/game/UpdateFields.h | 2 +- src/realmd/AuthCodes.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 5aa2c435c..61eef7b41 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1422,7 +1422,7 @@ struct SpellEntry //uint32 spellMissileID; // 233 m_spellMissileID not used //uint32 PowerDisplayId; // 234 PowerDisplay.dbc, new in 3.1 //float unk_320_4[3]; // 235-237 3.2.0 - //uint32 spellDescriptionVariablesID; // 238 3.2.0 + //uint32 spellDescriptionVariableID; // 238 3.2.0 // helpers int32 CalculateSimpleValue(uint8 eff) const { return EffectBasePoints[eff]+int32(EffectBaseDice[eff]); } diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 3bd985ab8..79ae0dc48 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, 2, 2, 10371 +// Auto generated for version 0, 2, 2, 10392 enum EObjectFields { diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 6d84da2b5..667b929e3 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -66,9 +66,9 @@ enum LoginResult // 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.2.2 client build 10371... +// will only support WoW, WoW:TBC and WoW:WotLK 3.2.2 client build 10392... -#define EXPECTED_MANGOS_CLIENT_BUILD {10371, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {10392, 0} // At update excepted builds please update if need define DEFAULT_MAX_LEVEL // in DBCEnum.h to default max player level expected by build