Skip to content

Commit

Permalink
Merge pull request #2011 from lili-ffxi/patch-1
Browse files Browse the repository at this point in the history
Typo bugfix
  • Loading branch information
Chiaia authored Mar 14, 2021
2 parents 1a5d6fa + b2ae2ad commit 3bf85ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/porter/porter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function show_bags()
for _, item in ipairs(windower.ffxi.get_items(bag)) do
local slip_id = slips.get_slip_id_by_item_id(item.id)

if slip_id and item_id ~= 0 then
if slip_id and item.id ~= 0 then
n = n + 1
windower.add_to_chat(207, 'slip %02d: %s %s':format(slips.get_slip_number_by_id(slip_id), bag, res.items[item.id].name:color(258)))
end
Expand Down

0 comments on commit 3bf85ba

Please sign in to comment.