[9746] Implement show realm version and build in realm list.

* Rename `realmlist`.`color` field to `realmflags`

* Client 2.x and later support show in realm list supported
  client version for specific realm.

  For client 1.x this implemented by adding version to name
  in similar way as it look in more recent clients.

  For enable version show each affected realm must have in `realmflags` set
  flag 4.

  For realm work with not officially supported builds (build > last suported)
  will show version 0.0.0 and correct build value.
This commit is contained in:
VladimirMangos 2010-04-14 08:50:29 +04:00
parent 88139a7857
commit 822ec31cb9
10 changed files with 157 additions and 78 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9745"
#define REVISION_NR "9746"
#endif // __REVISION_NR_H__