This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
If you're reporting a problem, please ALWAYS include the following information or I won't be able to help you! (Suggestions or feature requests need not use this template)
Thank you for understanding! It's not always easy to troubleshoot problems. Please don't make it more difficult by disregarding these suggestions.
I don't know if it's intended or not, but container items in the world don't respect the option to disable tooltip additions, only unit tooltips do. I messed around and fixed in my local LUA by adding this:
if (R.db.profile.enableTooltipAdditions == false) then
return
end
to the beginning of the function:
local function onTooltipSetItem(tooltip, tooltipData)
in Core/GUI/GameTooltipHooks.lua
There might be a more correct way (or it could be intended behavior, at which I'd request a separate option to toggle it), but this hack seems to fix it temporarily.
Thanks for the report! The tooltip registration code was recently revamped due to a change on Blizzard's end, so I suspect this was simply missed.
Status: https://github.com/WowRarity/Rarity/issues/754
To post a comment, please login or register a new account.