View Single Post
08-31-21, 12:26 AM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Zax View Post
Normally at LOGIN event.
For testing purpose, I ran the script manually (long time after LOGIN) with the same NIL result.

Even on a fresh login GetFriendshipReputation() returns valid information for me, without waiting for any events
Lua Code:
  1. local info = {GetFriendshipReputation(1273)}
  2. DevTools_Dump(info)
  Reply With Quote