Browse Source

missed a then

pull/21/head
xanthics 7 months ago
parent
commit
a026b240b8
  1. 2
      TradeSkillMaster/Core/Options.lua

2
TradeSkillMaster/Core/Options.lua

@ -944,7 +944,7 @@ function private:LoadProfilesPage(container)
local _,_,itemID = itemString:find("item:(%d+)")
if itemID then
local item = Item:CreateFromID(itemID)
then item:Query()
item:Query()
end
end

Loading…
Cancel
Save