Fix missing system folder
This commit is contained in:
parent
6aa0ba15b7
commit
a54d0e4c0f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ enum InventoryFolder {
|
||||||
CallingCard(id: 2, name: "Calling Cards"),
|
CallingCard(id: 2, name: "Calling Cards"),
|
||||||
Landmark(id: 3, name: "Landmarks"),
|
Landmark(id: 3, name: "Landmarks"),
|
||||||
Clothing(id: 5, name: "Clothing"),
|
Clothing(id: 5, name: "Clothing"),
|
||||||
|
Notecards(id: 7, name: "Notecards"),
|
||||||
Objects(id: 6, name: "Objects"),
|
Objects(id: 6, name: "Objects"),
|
||||||
Scripts(id: 10, name: "Scripts"),
|
Scripts(id: 10, name: "Scripts"),
|
||||||
BodyParts(id: 13, name: "Body Parts"),
|
BodyParts(id: 13, name: "Body Parts"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue