feat(net): implement ClientServices::GetRealmList (second request of Realm List)

This commit is contained in:
VDm 2025-04-12 16:58:49 +04:00
parent afc6c3666b
commit 06eeedbb68
7 changed files with 28 additions and 3 deletions

View file

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