A plugin for the Sorted inventory addon that adds a Pawn upgrade column.
This addon restores compatibility with modern World of Warcraft versions and integrates Pawn upgrade information directly into the Sorted inventory UI.
- Pawn upgrade percentage column inside Sorted
- Fast caching (no repeated Pawn scans)
- Gear-only evaluation (ignores bags, profession tools, etc.)
- Sorting by upgrade percentage
- Debug commands for troubleshooting
- Lightweight and safe (does not modify Sorted internals)
/sp
Shows available commands.
/sp info
Shows addon status and integration checks.
/sp dump
Dumps the current equippable item cache.
/sp debug
Toggles debug logging.
This addon requires the following addons:
Pawn
https://www.curseforge.com/wow/addons/pawn
Sorted
https://www.curseforge.com/wow/addons/sorted
Download the latest release from CurseForge and extract it into your WoW AddOns folder.
Download this repository (or clone it) and place the folder inside your WoW AddOns directory:
World of Warcraft/_retail_/Interface/AddOns/
The final folder structure should look like this:
World of Warcraft
└─ _retail_
└─ Interface
└─ AddOns
└─ SortedPawnReloaded
├─ SortedPawnReloaded.toc
└─ SortedPawnReloaded.lua
Restart WoW or run /reload after installing.
After installing the addon:
- Open your bags using Sorted
- Enable the Pawn column in the column selector
- The column will display Pawn upgrade percentages for equippable gear
- Click the column header to sort items by upgrade value
Items with upgrade percentages will appear at the top when sorting.
Tested with:
- World of Warcraft: Midnight (12.x)
- Pawn
- Sorted
Bug reports and suggestions are welcome.
Please open an issue on GitHub:
https://github.com/Rmkrs/SortedPawnReloaded
MIT © Hurons
https://github.com/Rmkrs