mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(client): handle realm selection
This commit is contained in:
parent
009225be3d
commit
84a4ead425
1 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ void ClientServices::Logon(const char* accountName, const char* password) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientServices::SelectRealm(const char* realmName) {
|
void ClientServices::SelectRealm(const char* realmName) {
|
||||||
// TODO
|
STORM_ASSERT(ClientServices::s_realmNameVar);
|
||||||
|
|
||||||
|
ClientServices::s_realmNameVar->Set(realmName, true, false, false, true);
|
||||||
|
ClientServices::SetSelectedRealmInfo(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientServices::SetAccountName(const char* accountName) {
|
void ClientServices::SetAccountName(const char* accountName) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue