Skip to content

Commit

Permalink
Fixes #8498: Use new influence table structure even in ImportTab (#8500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 authored Feb 20, 2025
1 parent eddf591 commit cf0f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/ImportTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local realmList = {
{ label = "Tencent", id = "PC", realmCode = "pc", hostName = "https://poe.game.qq.com/", profileURL = "account/view-profile/" },
}

local influenceInfo = itemLib.influenceInfo
local influenceInfo = itemLib.influenceInfo.all

local ImportTabClass = newClass("ImportTab", "ControlHost", "Control", function(self, build)
self.ControlHost()
Expand Down

0 comments on commit cf0f3d5

Please sign in to comment.