mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(net): implement ClientServices::GetRealmList (second request of Realm List)
This commit is contained in:
parent
afc6c3666b
commit
06eeedbb68
7 changed files with 28 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue