Function "checkForSafeSender" non-bnet friend check doesn't work.
Winsane opened this issue ยท 0 comments
The reason is because the C_FriendList.GetFriendInfo()
function is for getting friend info by name, not by index.
To get friend info by index, you need to change:
DeadlyBossMods/DBM-Core/DBM-Core.lua
Line 661 in e69ab63
to
local toonName = C_FriendList.GetFriendInfoByIndex(i).name