incorrect ItemLevel values comparing to the original value
frozn opened this issue ยท 2 comments
Describe the bug
From: mfilos
Thanks for the updates mate. It's a great addon I use for a long time :)
I saw that some items are showing incorrect ItemLevel values comparing to the original value. Here are some that I found:
Trinkets
- Hand of Justice - Actual: 58 - Addon: 53
- Badge of the Swarmguard - Actual: 76 - Addon: 60
- Essence of the Pure Flame - Actual: 75 - Addon: 60
- Uther's Strength - Actual: 52 - Addon: 47
- Second Wind - Actual: 59 - Addon: 54
Librams
- Libram of Hope - Actual: 62 - Addon: 57
- Libram of Divinity - Actual: 65 - Addon: 60
Rings
- Ring of Blackrock - Actual: 75 - Addon: 60
Thanks for all the hard work mate \o/ <3
Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn?comment=615
Steps to Reproduce
No response
Expected behavior
No response
Additional context
No response
Version of TipTac Reborn
24.09.02
Flavor/Version of WoW
Classic Era
I found some more mate...
Trinkets
- Shard of the Fallen Star - Actual: 75 - Addon: 60
- Darkmoon Card: Maelstrom - Actual: 76 - Addon: 60
- Styleen's Impeding Scarab - Actual: 75 - Addon: 60
Neck
- Eye of Hakkar - Actual: 68 - Addon: 60
Librams
- Libram of Grace - Actual: 78 - Addon: 60
By preferably parsing the tooltip data coming from C_TooltipInfo.GetInventoryItem() aka get the data from a scanning tooltip if the function is not available (in classic, classic era), which I implemented for #433, this issue should finally been solved too.