View Single Post
04-28-20, 11:30 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
The error points to this line in AzeriteBar.lua.
Code:
local azeriteItem = Item:CreateFromItemLocation(azeriteItemLocation);
This references an API called Item located in ObjectAPI\Item.lua.

The error is complaining that a function located in this global table is no longer there and AzeriteBarMixin:Update() is still trying to call it.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 04-28-20 at 11:50 AM.
  Reply With Quote