Updated to latest client build 9742

This commit is contained in:
tomrus88 2009-03-31 11:30:49 +04:00
parent abae3cac91
commit 8e485ac249
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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
{

View file

@ -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