Skip to content

9.0 change to Pawn requires AdiBags change to API call #514

@Luxyr

Description

@Luxyr

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).

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions