DelaneDiamon / Transmog-Checker

Transmog Checker Addon for Classic
MIT License
1 stars 2 forks source link

Error when hovering over items #4

Closed BreakBB closed 5 months ago

BreakBB commented 5 months ago

Looks like the bindType returned from GetItemInfo sometimes is nil and therefore the following error pops up:

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.