Closed BreakBB closed 5 months ago
Looks like the bindType returned from GetItemInfo sometimes is nil and therefore the following error pops up:
bindType
GetItemInfo
nil
TransmogChecker/TransmogChecker.lua:154: attempt to compare number with nil
Might be because the items are not cached yet on the client and therefore the API returns incomplete data.
Looks like the
bindType
returned fromGetItemInfo
sometimes isnil
and therefore the following error pops up:Might be because the items are not cached yet on the client and therefore the API returns incomplete data.