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
If you remove a tiny piece of code on line 95 of the main.lua file it will work the way you requested as it won't look at quality anymore and will only look to see if the item can be bound or not...
Instead of if (itemQuality and itemQuality > 1) and (bindType == 2 or bindType == 3) then
line 95 of main.lua should read if (bindType == 2 or bindType == 3) then
Now that grey and white items can be learned for transmog and many are BoE, it would be nice to have the labels on them as well.
The text was updated successfully, but these errors were encountered: