We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddf591 commit cf0f3d5Copy full SHA for cf0f3d5
src/Classes/ImportTab.lua
@@ -17,7 +17,7 @@ local realmList = {
17
{ label = "Tencent", id = "PC", realmCode = "pc", hostName = "https://poe.game.qq.com/", profileURL = "account/view-profile/" },
18
}
19
20
-local influenceInfo = itemLib.influenceInfo
+local influenceInfo = itemLib.influenceInfo.all
21
22
local ImportTabClass = newClass("ImportTab", "ControlHost", "Control", function(self, build)
23
self.ControlHost()
0 commit comments