ItemLink format changed in 11.1.5

Two of the addons I use, BetterBags and KibsItemLevel, broke due to a change in the format of ItemLinks. A new field was inserted between the 1st and 2nd fields. What’s this new field? I don’t see this documented in the 11.1.5 patch notes.

I think it’s Item Quality but not guarateed eg.
|cnIQ4: where the 4 would match up with the corresponding ItemQualityxxx enum.

Which if it is, will get rid of the need to hunt for the colour when the change gurgles through all clients.

Edit Item Quality Enums:

Enum.ItemQuality.Poor = 0
Enum.ItemQuality.Common
Enum.ItemQuality.Uncommon
Enum.ItemQuality.Rare
Enum.ItemQuality.Epic
Enum.ItemQuality.Legendary
Enum.ItemQuality.Artifact
Enum.ItemQuality.Heirloom
1 Like