ShaguTweaks icon indicating copy to clipboard operation
ShaguTweaks copied to clipboard

mods\item-colors.lua - error when opening bank before bag

Open GryllsAddons opened this issue 1 year ago • 0 comments

Just noticed an error that occurs when opening the bank before opening the bags. I believe this is because line 178 references "bag" instead of "bank".

Replacing bag with bank will correct the issue:

button.ShaguTweaks_border:SetBackdropBorderColor(defcolor["bank"][1], defcolor["bank"][2], defcolor["bank"][3], 1)

Cheers!

GryllsAddons avatar Apr 25 '23 18:04 GryllsAddons