Skip to content

Commit d029481

Browse files
authored
fix(item_template): SheatheType selection in Item Template (#3636)
1 parent 9a06eb6 commit d029481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/acore-world-model/src/options/item-sheath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export const ITEM_SHEAT: Option[] = [
66
{ value: 3, name: `One Handed - On the left-hand side of the character's waist.` },
77
{ value: 4, name: `Shield - On the middle of the character's back.` },
88
{ value: 5, name: `Enchanter's Rod` },
9-
{ value: 6, name: `Off hand - On the right-hand side of the character's waist.` },
9+
{ value: 7, name: `Off hand - On the right-hand side of the character's waist.` },
1010
];

0 commit comments

Comments
 (0)