feat(glue): handle SetPreferredInfo script command

This commit is contained in:
fallenoak 2023-02-18 12:03:20 -06:00
parent 84c1fecfb2
commit e0b6f361cc
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 102 additions and 1 deletions

View file

@ -22,6 +22,8 @@ class CRealmList {
// Static functions
static void Initialize();
static void SetPreferredInfo(uint32_t index, int32_t pvp, int32_t rp);
static uint32_t Sub4DE910(uint32_t a1);
static void UpdateList();
};