mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Allow per-expansion login header fields + fix challenge FourCC encoding
This commit is contained in:
parent
58ad69d939
commit
fd468ce793
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