Update build checks for mangosd/realmd.

This commit is contained in:
VladimirMangos 2010-07-02 05:34:27 +04:00
parent 0a01d2bc6e
commit d81c9175d8
8 changed files with 37 additions and 12 deletions

View file

@ -36,7 +36,8 @@ extern DatabaseType LoginDatabase;
// list sorted from high to low build and first build used as low bound for accepted by default range (any > it will accepted by realmd at least)
static RealmBuildInfo ExpectedRealmdClientBuilds[] = {
{11723, 3, 3, 3, 'a'}, // highest supported build, also auto accept all above for simplify future supported builds testing
{12340, 3, 3, 5, 'a'}, // highest supported build, also auto accept all above for simplify future supported builds testing
{11723, 3, 3, 3, 'a'},
{11403, 3, 3, 2, ' '},
{11159, 3, 3, 0, 'a'},
{10505, 3, 2, 2, 'a'},