скачал исходники через Git, но не могу понять какую версию скачал, прочел что можно посмотреть в " в AuthCodes.h, таблица в realmd. " но там по поводу версии ничего не написано...
// not used by us currently enum eAuthSrvCmd { CMD_GRUNT_AUTH_CHALLENGE = 0x0, CMD_GRUNT_AUTH_VERIFY = 0x2, CMD_GRUNT_CONN_PING = 0x10, CMD_GRUNT_CONN_PONG = 0x11, CMD_GRUNT_HELLO = 0x20, CMD_GRUNT_PROVESESSION = 0x21, CMD_GRUNT_KICK = 0x24, CMD_GRUNT_PCWARNING = 0x29, CMD_GRUNT_STRINGS = 0x41, CMD_GRUNT_SUNKENUPDATE = 0x44, CMD_GRUNT_SUNKEN_ONLINE = 0x46 };
enum AuthResult { WOW_SUCCESS = 0x00, WOW_FAIL_UNKNOWN0 = 0x01, ///< ? Unable to connect WOW_FAIL_UNKNOWN1 = 0x02, ///< ? Unable to connect WOW_FAIL_BANNED = 0x03, ///< This <game> account has been closed and is no longer available for use. Please go to <site>/banned.html for further information. WOW_FAIL_UNKNOWN_ACCOUNT = 0x04, ///< The information you have entered is not valid. Please check the spelling of the account name and password. If you need help in retrieving a lost or stolen password, see <site> for more information WOW_FAIL_INCORRECT_PASSWORD = 0x05, ///< The information you have entered is not valid. Please check the spelling of the account name and password. If you need help in retrieving a lost or stolen password, see <site> for more information // client reject next login attempts after this error, so in code used WOW_FAIL_UNKNOWN_ACCOUNT for both cases WOW_FAIL_ALREADY_ONLINE = 0x06, ///< This account is already logged into <game>. Please check the spelling and try again. WOW_FAIL_NO_TIME = 0x07, ///< You have used up your prepaid time for this account. Please purchase more to continue playing WOW_FAIL_DB_BUSY = 0x08, ///< Could not log in to <game> at this time. Please try again later. WOW_FAIL_VERSION_INVALID = 0x09, ///< Unable to validate game version. This may be caused by file corruption or interference of another program. Please visit <site> for more information and possible solutions to this issue. WOW_FAIL_VERSION_UPDATE = 0x0A, ///< Downloading WOW_FAIL_INVALID_SERVER = 0x0B, ///< Unable to connect WOW_FAIL_SUSPENDED = 0x0C, ///< This <game> account has been temporarily suspended. Please go to <site>/banned.html for further information WOW_FAIL_FAIL_NOACCESS = 0x0D, ///< Unable to connect WOW_SUCCESS_SURVEY = 0x0E, ///< Connected. WOW_FAIL_PARENTCONTROL = 0x0F, ///< Access to this account has been blocked by parental controls. Your settings may be changed in your account preferences at <site> WOW_FAIL_LOCKED_ENFORCED = 0x10, ///< You have applied a lock to your account. You can change your locked status by calling your account lock phone number. WOW_FAIL_TRIAL_ENDED = 0x11, ///< Your trial subscription has expired. Please visit <site> to upgrade your account. WOW_FAIL_USE_BATTLENET = 0x12, ///< WOW_FAIL_OTHER This account is now attached to a Battle.net account. Please login with your Battle.net account email address and password. //WOW_FAIL_OVERMIND_CONVERTED //WOW_FAIL_ANTI_INDULGENCE //WOW_FAIL_EXPIRED //WOW_FAIL_NO_GAME_ACCOUNT //WOW_FAIL_BILLING_LOCK //WOW_FAIL_IGR_WITHOUT_BNET //WOW_FAIL_AA_LOCK //WOW_FAIL_UNLOCKABLE_LOCK //WOW_FAIL_MUST_USE_BNET //WOW_FAIL_OTHER };