
[BUG] "No frame.DFQuality" when colored inventory items is not selected
coneone opened this issue ยท 1 comments
Describe the bug
When "Change bags" is selected, but "Colored inventory items" is not, a text like "No frame.DFQuality: ContainerFrameXItemX X" is spammed in chat for every change produced in bags.
Versions
- WoW Cata classic
- Addon v0.21
Additional context
Found the culprit: ItemColor.mixin.lua line 62: print('No frame.DFQuality:', frame:GetName(), quality)
Commenting the line the bug stops.
Fixed with 6fe17d7.
Will update to curseforge later today.