File Details
97.3
- R
- Jun 10, 2026
- 8.83 MB
- 15.5K
- 12.0.7+2
- MoP Classic + 1
File Name
Krowi_AchievementFilter-v97.3.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.3
Changed
- Wrath of the Lich King, Cataclysm, and Mists of Pandaria achievement and event data internally migrated to shared files (dev note: invisible change for users; eliminates duplicate data between Retail and Classic clients)
- Vanilla, The Burning Crusade, Wrath of the Lich King, Cataclysm, and Mists of Pandaria category data internally migrated to shared files (dev note: same as above)
- Achievement data corrections from a comprehensive QA pass across WotLK, Cataclysm, Mists of Pandaria, Warlords of Draenor, Legion, Battle for Azeroth, Shadowlands, Dragonflight, The War Within, and Midnight — faction splits, reward types, and obtainability flags corrected
- esES, esMX, itIT, and koKR locale files are now properly registered and loaded (the files existed but were not listed in the manifest and were therefore silently ignored)
- Common category name strings (Player vs. Player, Quests, Battlegrounds, Arena, Dungeons & Raids, Professions, Reputation, etc.) are now sourced from WoW's own GlobalStrings in
Shared.luainstead of being duplicated in every locale file, making them automatically correct in all languages - Updated and expanded translations across multiple locales including a large new koKR translation batch
Fixed
- Further taint fix attempt: tooltip positioning for achievement tooltips, browsing history navigation buttons, and event reminder alerts now uses built-in WoW anchor types instead of manual
SetPointcalls, which should prevent taint propagation (dev note: replacedANCHOR_NONE+SetPointwithANCHOR_BOTTOMRIGHT/ANCHOR_BOTTOMLEFTwith offsets across all affectedGameTooltip:SetOwnercalls) - Category, instance, and map name lookup fallbacks now safely convert the ID to a string, preventing potential type errors when a lookup returns nil
Fixed (97.1)
- Calendar event reminder errors ("table index is secret") no longer occur for players who have personal or guild entries on their in-game calendar; those entries are now skipped during cache building since the addon only tracks holiday events
Fixed (97.2)
- World map button taint fix:
Krowi_WorldMapButtonslibrary updated to 1.4.10; now hooksOnMapChangedexclusively instead of conditionally hookingRefreshOverlayFrames, and removes the Wrath Classic workaround that patchedRefreshOverlayFramesontoWorldMapFrame(dev note: the old hook could fire during protected Blizzard execution paths, causing taint;OnMapChangedis safe in all supported clients)
Fixed (97.3)
- Further taint fix attempt:
GameTooltip:Hide()calls in all KAFOnLeavehandlers are now wrapped insecurecallso that the widget container cleanup triggered by hiding the tooltip runs in clean execution context, preventing theattempt to compare a secret number value (execution tainted by 'Krowi_AchievementFilter')error reported by users

