Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: AddOn Help/Support 04-28-20, 12:02 PM
Replies: 3
Views: 3,315
Posted By SDPhantom
I'd highly suggest using local variables. Nothing...

I'd highly suggest using local variables. Nothing outside of your code can access them and similarly, it can't interfere with anyone else's code. If you have to use a global, be sure to prefix the...
Forum: AddOn Help/Support 04-28-20, 11:30 AM
Replies: 3
Views: 3,315
Posted By SDPhantom
The error points to this line in AzeriteBar.lua...

The error points to this line in AzeriteBar.lua (https://www.townlong-yak.com/framexml/live/AzeriteBar.lua#24).
local azeriteItem = Item:CreateFromItemLocation(azeriteItemLocation);

This references...
Showing results 1 to 2 of 2