mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
[hle] GetFriendListForViewerV2 stub
This commit is contained in:
parent
86eae5cc41
commit
a88d8e3ebb
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ public:
|
|||
{20102, nullptr, "GetFriendDetailedInfo"},
|
||||
{20103, nullptr, "SyncFriendList"},
|
||||
{20104, &IFriendService::RequestSyncFriendList, "RequestSyncFriendList"},
|
||||
{20105, &IFriendService::GetFriendListForViewer, "GetFriendListForViewer"},
|
||||
{20105, &IFriendService::GetFriendListForViewer, "GetFriendListForViewerV1"}, // 19.0.0-21.2.0
|
||||
{20108, &IFriendService::GetFriendListForViewer, "GetFriendListForViewerV2"}, // 22.0.0+
|
||||
{20110, nullptr, "LoadFriendSetting"},
|
||||
{20200, &IFriendService::GetReceivedFriendRequestCount, "GetReceivedFriendRequestCount"},
|
||||
{20201, nullptr, "GetFriendRequestList"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue