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
This line should return values of 1, .125, .125 for r, g, b respectively but it is returning 1, 1, 1.
The function is working as expected for other lines in the tooltip.
f7fb4d9 was an attempt to fix this issue but it had the unintended consequence of making any armor that a player can wear show up, eg. Leather for Warriors, which is technically correct but does not grant the appearance when equipping.
The text was updated successfully, but these errors were encountered:
Warrior is being prompted to learn a Wand appearance.
Issue appears to be caused by the tooltip scanner not returning expected values.
WardrobeTools/wardrobe/core.lua
Line 322 in 5d22329
This line should return values of 1, .125, .125 for r, g, b respectively but it is returning 1, 1, 1.
The function is working as expected for other lines in the tooltip.
f7fb4d9 was an attempt to fix this issue but it had the unintended consequence of making any armor that a player can wear show up, eg. Leather for Warriors, which is technically correct but does not grant the appearance when equipping.
The text was updated successfully, but these errors were encountered: