Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pobtrader): invalid SetNotice call
Browse files Browse the repository at this point in the history
Dullson committed Jan 2, 2023
1 parent 22d26a3 commit b3654ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/TradeQuery.lua
Original file line number Diff line number Diff line change
@@ -740,7 +740,7 @@ function TradeQueryClass:UpdateRealms()
ConPrintf("Fetching realms and leagues using POESESSID")
self.tradeQueryRequests:FetchRealmsAndLeaguesHTML(function(data, errMsg)
if errMsg then
self:SetNotice("Error while fetching league list: "..errMsg)
self:SetNotice(self.controls.pbNotice, "Error while fetching league list: "..errMsg)
return
end
local leagues = data.leagues

0 comments on commit b3654ae

Please sign in to comment.