From ea96cf4e52b683eb4affb98a12071ad7d76f8a88 Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Tue, 24 Mar 2009 08:33:34 +0300 Subject: [PATCH] Updated to new client build 9722 --- src/game/UpdateFields.h | 2 +- src/realmd/AuthCodes.h | 4 ++-- src/shared/Database/DBCStructure.h | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 6771cc7d5..d7f17f40c 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, 9704 +// Auto generated for version 0, 1, 0, 9722 enum EObjectFields { diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index f3f3973ed..811f9a831 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 9704... +// will only support WoW, WoW:TBC and WoW:WotLK 3.1.0 client build 9722... -#define EXPECTED_MANGOS_CLIENT_BUILD {9704, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {9722, 0} #endif diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index 6156a1343..fb0e01faf 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -712,7 +712,8 @@ struct CurrencyTypesEntry { //uint32 ID; // 0 not used uint32 ItemId; // 1 used as real index - uint32 BitIndex; // 2 bit index in PLAYER_FIELD_KNOWN_CURRENCIES (1 << (index-1)) + //uint32 Category; // 2 may be category + uint32 BitIndex; // 3 bit index in PLAYER_FIELD_KNOWN_CURRENCIES (1 << (index-1)) }; struct DurabilityCostsEntry