One of my addons has an option to show or hide the rested XP ticker on the XP bar. But whenever the option is toggled, the addon throws this error:
Interface/AddOns/XPBarText/XPBarText_Retail.lua:180: attempt to index field ‘ExhaustionTick’ (a nil value)
However, using the /fstack command and hovering over said ticker shows its name to be ‘ExhaustionTick,’ so I can’t see why I am getting this error when it clearly isn’t a ‘nil value.’
What am I missing?