File Details
v12.0.1.549
- R
- Feb 25, 2026
- 2.55 MB
- 275.2K
- 12.0.0
- Retail
File Name
WorldQuestTracker-v12.0.1.549.zip
Supported Versions
- 12.0.0
World Quest Tracker
v12.0.1.549 (2026-02-25)
- Framework update
- Merge pull request #143 from ptarjan/fix/wow-12-secret-values
Fix WoW 12.0 secret value errors in tooltips - Fix WoW 12.0 secret value errors in tooltips
In WoW 12.0 (Midnight), quest reward APIs can return "secret values"
that cannot be used in arithmetic or string operations. This causes
errors in MoneyFrame and GameTooltip when hovering over world quests.
Changes:- Wrap GameTooltip_AddQuest in pcall to prevent taint from secret
values propagating through the tooltip system - Add issecretvalue guards before comparing quest reward values
(XP, money, artifact XP, currency counts, item counts) - Wrap SetTooltipMoney in pcall as a defense-in-depth measure
Fixes #142, helps with #141
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- Wrap GameTooltip_AddQuest in pcall to prevent taint from secret

