feat(ui): implement Script_RequestRealmList

This commit is contained in:
fallenoak 2025-10-08 22:38:01 -05:00
parent 1791f1f590
commit 5cf2a7f6e2
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -11,7 +11,10 @@
#include <storm/String.hpp>
int32_t Script_RequestRealmList(lua_State* L) {
WHOA_UNIMPLEMENTED(0);
auto showProgressDialog = StringToBOOL(L, 1, 0);
CGlueMgr::GetRealmList(showProgressDialog);
return 0;
}
int32_t Script_RealmListUpdateRate(lua_State* L) {