ShaguTweaks
ShaguTweaks copied to clipboard
mods\item-colors.lua - error when opening bank before bag
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!