Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/GearSwap/libs/organizer-lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function org.export_set()
-- #trans_item_list[i] = Number of a given item
-- trans_item_list[i].id = item ID

local ward_ids = {8,10,11,12}
local ward_ids = {8,10,11,12,13,14,15,16}
local wardrobes = {}
local ward = {}

Expand Down Expand Up @@ -234,4 +234,4 @@ function org.string_augments(tab)
if tab.augment ~= 'none' then aug_str = aug_str.."'"..augment.."'," end
end
if aug_str ~= '' then return '{\n'..aug_str..'}' end
end
end