Combuctor (native Bagnon)

Combuctor (native Bagnon)

2M Downloads

Most items not loading pictures

RoadKill2121 opened this issue ยท 2 comments

commented

Is anyone having problems with items not loading since the new patch? I have tried removing and reinstallation of the addon. Refreshing the UI, Nothing seems to change this. It was working yesterday.

image
image

Screenshots
image

commented

I discovered a temporary fix that will work until there is an update.

Go to your addons folder and find this file - AddOns\Combuctor\common\libs\LibItemSearch-1.2\LibItemSearch-1.2.lua

Open it in an editor and in the file on line 250 you'll find:
if C_AzeriteItem then

Change it to:
if C_AzeriteItem and C_CurrencyInfo.GetAzeriteCurrencyID then

That should fix the problem.

commented

This worked, Thank you very much sir.
image