feat(glue): handle GetServerName script function

This commit is contained in:
fallenoak 2023-02-19 14:47:41 -06:00
parent 93a0d7ee83
commit 5b9a4d240e
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
4 changed files with 55 additions and 1 deletions

View file

@ -27,6 +27,7 @@ class ClientServices : public LoginResponse {
static ClientServices* GetInstance();
static REALM_INFO* GetRealmInfoByIndex(int32_t index);
static const char* GetSelectedRealmName();
static const REALM_INFO* GetSelectedRealm();
static void Initialize();
static Login* LoginConnection();
static void Logon(const char* accountName, const char* password);