mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
Merge branch 'master' into 'main'
Set furniture offerid to the correct attribute. See merge request nitro/nitro-converter!10
This commit is contained in:
commit
8251743cf0
@ -64,7 +64,7 @@ export class FurnitureDataMapper extends Mapper
|
|||||||
furnitureType.name = typeXML.name;
|
furnitureType.name = typeXML.name;
|
||||||
furnitureType.description = typeXML.description;
|
furnitureType.description = typeXML.description;
|
||||||
furnitureType.adurl = typeXML.adurl;
|
furnitureType.adurl = typeXML.adurl;
|
||||||
furnitureType.offerid = typeXML.id;
|
furnitureType.offerid = typeXML.offerid;
|
||||||
furnitureType.buyout = typeXML.buyout;
|
furnitureType.buyout = typeXML.buyout;
|
||||||
furnitureType.rentofferid = typeXML.rentofferid;
|
furnitureType.rentofferid = typeXML.rentofferid;
|
||||||
furnitureType.rentbuyout = typeXML.rentbuyout;
|
furnitureType.rentbuyout = typeXML.rentbuyout;
|
||||||
|
Loading…
Reference in New Issue
Block a user