X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KCD%2FMasterFurnitureMapper.swift;fp=KCD%2FMasterFurnitureMapper.swift;h=2ec88c99c403683b3dca94ba516f70fd69e2dcf2;hb=82f22ba52b081717b46f3de1be6359ffad8c526d;hp=a23a70aad932324fee58c2284cee6246a60d397e;hpb=68c809f02fd6d5ea5c4a73318459a46e367698a1;p=kcd%2FKCD.git diff --git a/KCD/MasterFurnitureMapper.swift b/KCD/MasterFurnitureMapper.swift index a23a70aa..2ec88c99 100644 --- a/KCD/MasterFurnitureMapper.swift +++ b/KCD/MasterFurnitureMapper.swift @@ -10,7 +10,7 @@ import Cocoa class MasterFurnitureMapper: JSONMapper { let apiResponse: APIResponse - let configuration = MappingConfiguration(entity: .masterFurniture, + let configuration = MappingConfiguration(entityType: MasterFurniture.self, dataKey: "api_data.api_mst_furniture", editorStore: ServerDataStore.oneTimeEditor(), ignoreKeys: ["api_season"])