View Single Post
08-19-22, 07:03 PM   #12
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 233
It is a global table that I create that holds information about a player's achievements.

The table is created when a player first uses my addon, and then is available from that point on.

I can write to it without issue.

I did move the function call to the PLAYER_LOGIN event as at that point all the variables should be loaded and available.

In previous addons, I have accessed a global table without issue and I am just stumped as to why it is not available here.
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz
  Reply With Quote