Closed LenweSaralonde closed 2 years ago
Steps:
The following LUA error occurs: Interface\AddOns\CrossRP\CrossRP.lua:732: attempt to index field 'realmName' (a nil value)
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 the realmName property.
C_BattleNet.GetFriendGameAccountInfo( friend, account_index )
realmName
Since there is no way to interact with players from other areas, we could just ignore those who realmName that is nil.
nil
Merged your changes. Thanks!
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
.