Thelaris / TrueItemLevel

A World of Warcraft UI addon to show the specialty and item level/iLVL of a player within inspect range, originally created by Dreamstate83 (aka Frosty). This is a re-release using Dreamstate83's code as a baseline and updating it to work with the current live release of World of Warcraft.
MIT License
0 stars 0 forks source link

Staff ilvls are not being calculated correctly #2

Closed Thelaris closed 7 years ago

Thelaris commented 7 years ago

Toons with a staff for their weapon seem to have an incorrect ilvl return when scanning

Thelaris commented 7 years ago

This was a result of removing the LibItemUpgradedInfo library reference on lines 1119 and 1120. Readded these lines and staff ilvls are correct again

Thelaris commented 7 years ago

Resolved in commit 659d3ae. Closing