We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a06eb6 commit d029481Copy full SHA for d029481
libs/shared/acore-world-model/src/options/item-sheath.ts
@@ -6,5 +6,5 @@ export const ITEM_SHEAT: Option[] = [
6
{ value: 3, name: `One Handed - On the left-hand side of the character's waist.` },
7
{ value: 4, name: `Shield - On the middle of the character's back.` },
8
{ value: 5, name: `Enchanter's Rod` },
9
- { value: 6, name: `Off hand - On the right-hand side of the character's waist.` },
+ { value: 7, name: `Off hand - On the right-hand side of the character's waist.` },
10
];
0 commit comments