arkinventory icon indicating copy to clipboard operation
arkinventory copied to clipboard

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

Open Jorvanus opened this issue 1 year ago • 2 comments

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

Jorvanus avatar Aug 25 '23 23:08 Jorvanus

image

Jorvanus avatar Aug 26 '23 00:08 Jorvanus

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

arkayenro avatar Aug 26 '23 11:08 arkayenro