-
Couldn't load subscription status.
- Fork 111
Description
https://www.curseforge.com/wow/addons/pawn:
"Hello bag addon authors!
Unfortunately in 9.0, replacing IsContainerItemAnUpgrade can cause taint errors, leading to (for example) being unable to swap weapons using the character sheet during combat lockdown. That's how Pawn used to let your addon know whether it should show upgrade arrows. But as of Pawn 2.4.2, Pawn supplies PawnIsContainerItemAnUpgrade instead of replacing the built-in version. To get Pawn suggestions working again with your bag addon, just use PawnIsContainerItemAnUpgrade whenever it's non-nil, and IsContainerItemAnUpgrade otherwise."
Currently with the latest version of AdiBags, upgrade icons do not show up, whether or not the item level plugin is enabled or not(which was the core of previous reports of pawn incompatibility).
