Auctionator AtlasLoot Fix
Restores Auctionator search support when Shift-clicking items in AtlasLoot on WoW: Mists of Pandaria Classic.
What does this addon do?
This addon restores the Auctionator integration that existed in previous WoW versions.
Normally, when the Auctionator Search tab is open, Shift-clicking an item in AtlasLoot should automatically start an Auctionator search for that item.
In Mists of Pandaria Classic, this no longer works because AtlasLoot still calls the legacy Blizzard API:
ChatEdit_InsertLink()
while modern versions of Auctionator only hook into:
ChatFrameUtil.InsertLink()
As a result, Auctionator never receives the item link when it originates from AtlasLoot.
This addon simply patches AtlasLoot to use the newer Blizzard API when available, restoring the expected Auctionator behavior.
Features
- Restores Shift-click Auctionator searches from AtlasLoot
- Lightweight compatibility patch
- No configuration required
- Safe fallback to the legacy API when necessary
- Only overrides the AtlasLoot link insertion function
Requirements
- World of Warcraft: Mists of Pandaria Classic
- AtlasLoot Classic
- Auctionator
Both AtlasLoot and Auctionator must be installed for this addon to have any effect.
Compatibility
Designed for:
- ā WoW: Mists of Pandaria Classic
What this addon does not do
This addon does not modify Auctionator or AtlasLoot beyond the single compatibility fix.
It does not change auctions, searches, item data, or AtlasLoot functionality.
Its only purpose is to restore the missing Shift-click interaction between the two addons.