diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 2d2e9e557..14acd6706 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1422,7 +1422,7 @@ struct StableSlotPricesEntry { uint32 Id; // 0 uint32 Group; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount? - uint32 Unk2; // 2, 14 rows > 0 + uint32 FactionId; // 2, 14 rows > 0 uint32 Type; // 3, see enum uint32 Slot; // 4, 0-6 uint32 Flags; // 5 diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 9dd7caaef..d1e660bf8 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, 1, 0, 9733 +// Auto generated for version 0, 1, 0, 9742 enum EObjectFields { diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index dcc8a2bd3..5e883e946 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -66,8 +66,8 @@ 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.1.0 client build 9733... +// will only support WoW, WoW:TBC and WoW:WotLK 3.1.0 client build 9742... -#define EXPECTED_MANGOS_CLIENT_BUILD {9733, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {9742, 0} #endif