LUA error when mouseover a character when some BNet friends from another area are logged in · Issue #3 · tmg-pub/crossrp · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps:
The following LUA error occurs:
Interface\AddOns\CrossRP\CrossRP.lua:732: attempt to index field 'realmName' (a nil value)
The root cause is the object returned by the
C_BattleNet.GetFriendGameAccountInfo( friend, account_index )
function is missing therealmName
property.Since there is no way to interact with players from other areas, we could just ignore those who
realmName
that isnil
.The text was updated successfully, but these errors were encountered: