diff --git a/addons/GearSwap/libs/organizer-lib.lua b/addons/GearSwap/libs/organizer-lib.lua index c3111f6a8..9ee65aab4 100644 --- a/addons/GearSwap/libs/organizer-lib.lua +++ b/addons/GearSwap/libs/organizer-lib.lua @@ -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 = {} @@ -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 \ No newline at end of file +end