You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 11.1, the ItemButtonMixin code was moved to Interface\AddOns\Blizzard_ItemButton\Shared\ItemButtonTemplate.lua. In the process of moving the code over, a local function, GetItemButtonIconTexture, was not moved over so the button method by the same name that calls that local function throws an error when that method is called. Relevant code:
With 11.1, the
ItemButtonMixin
code was moved toInterface\AddOns\Blizzard_ItemButton\Shared\ItemButtonTemplate.lua
. In the process of moving the code over, a local function,GetItemButtonIconTexture
, was not moved over so the button method by the same name that calls that local function throws an error when that method is called. Relevant code:Interface\AddOns\Blizzard_ItemButton\Shared\ItemButtonTemplate.lua
255-257Interface\AddOns\Blizzard_ItemButton\Mainline\ItemButtonTemplate.lua
10-12The text was updated successfully, but these errors were encountered: