Skip to content

Commit

Permalink
Merge pull request #2141 from RubenatorX/patch-30
Browse files Browse the repository at this point in the history
Organizer-Lib -- Add Wardrobes
  • Loading branch information
Nifim authored Feb 11, 2022
2 parents fdfbc6d + d4bd4d4 commit d0f5c08
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d0f5c08

Please sign in to comment.