mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Allow per-expansion login header fields + fix challenge FourCC encoding
This commit is contained in:
parent
113c3c4c96
commit
3a84fece7a
5 changed files with 32 additions and 11 deletions
|
|
@ -509,6 +509,11 @@ void AuthScreen::attemptAuth(auth::AuthHandler& authHandler) {
|
|||
info.patchVersion = profile->patchVersion;
|
||||
info.build = profile->build;
|
||||
info.protocolVersion = profile->protocolVersion;
|
||||
info.game = profile->game;
|
||||
info.platform = profile->platform;
|
||||
info.os = profile->os;
|
||||
info.locale = profile->locale;
|
||||
info.timezone = profile->timezone;
|
||||
authHandler.setClientInfo(info);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue