Updated to 10392 client build.

This commit is contained in:
tomrus88 2009-09-04 21:13:33 +04:00
parent d87911303e
commit 2a1e4949a2
3 changed files with 4 additions and 4 deletions

View file

@ -1422,7 +1422,7 @@ struct SpellEntry
//uint32 spellMissileID; // 233 m_spellMissileID not used //uint32 spellMissileID; // 233 m_spellMissileID not used
//uint32 PowerDisplayId; // 234 PowerDisplay.dbc, new in 3.1 //uint32 PowerDisplayId; // 234 PowerDisplay.dbc, new in 3.1
//float unk_320_4[3]; // 235-237 3.2.0 //float unk_320_4[3]; // 235-237 3.2.0
//uint32 spellDescriptionVariablesID; // 238 3.2.0 //uint32 spellDescriptionVariableID; // 238 3.2.0
// helpers // helpers
int32 CalculateSimpleValue(uint8 eff) const { return EffectBasePoints[eff]+int32(EffectBaseDice[eff]); } int32 CalculateSimpleValue(uint8 eff) const { return EffectBasePoints[eff]+int32(EffectBaseDice[eff]); }

View file

@ -19,7 +19,7 @@
#ifndef _UPDATEFIELDS_AUTO_H #ifndef _UPDATEFIELDS_AUTO_H
#define _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 enum EObjectFields
{ {

View file

@ -66,9 +66,9 @@ enum LoginResult
// we need to stick to 1 version or half of the stuff will work for someone // we need to stick to 1 version or half of the stuff will work for someone
// others will not and opposite // 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 // At update excepted builds please update if need define DEFAULT_MAX_LEVEL
// in DBCEnum.h to default max player level expected by build // in DBCEnum.h to default max player level expected by build