mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
feat(client): handle realm selection
This commit is contained in:
parent
009225be3d
commit
84a4ead425
@ -140,7 +140,10 @@ void ClientServices::Logon(const char* accountName, const char* password) {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user