* Client Numbers now match Major Client Version Numbers

This commit is contained in:
shlainn 2011-09-27 00:19:31 +02:00
parent fe8b5921ed
commit c723eadacb
2 changed files with 5 additions and 4 deletions

View File

@ -74,10 +74,10 @@ charname=Pseuwow
// Client emulation configuration
// Client 0: Classic WoW 1.12.2 Build 6005
// Client 1: TBC 2.4.3 Build 8606
// Client 2: WoTLK 3.3.5 Build 12340
// Client 3: Cata 4.x.x Build XXX NOT IMPLEMENTED
// Client 1: Classic WoW 1.12.2 Build 6005
// Client 2: TBC 2.4.3 Build 8606
// Client 3: WoTLK 3.3.5 Build 12340
// Client 4: Cata 4.x.x Build XXX NOT IMPLEMENTED
Client=0
ClientLanguage=enGB

View File

@ -31,6 +31,7 @@ enum InstanceConditions
enum Client
{
CLIENT_UNKNOWN,
CLIENT_CLASSIC_WOW,
CLIENT_TBC,
CLIENT_WOTLK,