promotional bannermobile promotional banner
premium banner
Fixing MoneyFrame errors and missing tooltips of world quest icons and item comparisons.

Description

This addon suppresses critical Lua errors that occur when using certain addons (like Bagnon or Auctionator) due to recent Blizzard changes.

Solves the problem of:
Missing World Quest and item comparison tooltips.

Error messages such as:
.../SharedXML/GameTooltip/TooltipComparisonManager.lua:247: attempt to perform arithmetic on a secret value

.../Blizzard_MoneyFrame/Mainline/MoneyFrame.lua:351: attempt to perform arithmetic on local 'silverWidth' (a secret value)

 

IMPORTANT:

This is not a complete fix, but merely blocks the protected calls. Item prices in tooltips may not display correctly during and after combat. 

 

The issue is caused by Blizzard's introduction of "secret values" which cannot be read/written during combat. Until Blizzard fixes their API — this is just a temporary workaround.