mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(ui): implement Script_RequestRealmList
This commit is contained in:
parent
1791f1f590
commit
5cf2a7f6e2
@ -11,7 +11,10 @@
|
|||||||
#include <storm/String.hpp>
|
#include <storm/String.hpp>
|
||||||
|
|
||||||
int32_t Script_RequestRealmList(lua_State* L) {
|
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) {
|
int32_t Script_RealmListUpdateRate(lua_State* L) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user