arkayenro/arkinventory

[BUG] Classic Era - Bank shows up with Arkinventory on

Opened this issue · 2 comments

With Arkinventory one (and nothing else) the bank window shows up with the Arkinventory window also.

looks like they backported the PlayerInteractionFrameManager to classic

will be in the next release

manual fix is to change WRATH to CLASSIC on line 11633 of core\ArkInventory.lua

		-- bank functions (now opens via the ui panels in all versions)
		if ArkInventory.ClientCheck( ArkInventory.ENUM.EXPANSION.CLASSIC ) then
			ArkInventory:RawHook( PlayerInteractionFrameManager, "ShowFrame", ArkInventory.HookPlayerInteractionShow, true )
			ArkInventory:RawHook( PlayerInteractionFrameManager, "HideFrame", ArkInventory.HookPlayerInteractionHide, true )
		end