Updated to 10170 client build.

This commit is contained in:
tomrus88 2009-07-30 08:21:54 +04:00
parent f90f3dd987
commit eea0213d78
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#ifndef _UPDATEFIELDS_AUTO_H
#define _UPDATEFIELDS_AUTO_H
// Auto generated for version 0, 2, 0, 10147
// Auto generated for version 0, 2, 0, 10170
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.2.0 client build 10147...
// will only support WoW, WoW:TBC and WoW:WotLK 3.2.0 client build 10170...
#define EXPECTED_MANGOS_CLIENT_BUILD {10147, 0}
#define EXPECTED_MANGOS_CLIENT_BUILD {10170, 0}
#endif