We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a747 commit cc7e43bCopy full SHA for cc7e43b
1 file changed
src/Classes/TradeQuery.lua
@@ -192,7 +192,7 @@ function TradeQueryClass:PriceBuilderProcessPoENinjaResponse(resp)
192
end
193
194
-- if nothing was actually found, we should add a notice
195
- if #self.pbCurrencyConversion[self.pbLeague] == 0 then
+ if next(self.pbCurrencyConversion[self.pbLeague]) == nil then
196
self:SetNotice(self.controls.pbNotice, "No currencies received from PoE Ninja")
197
198
else
0 commit comments