Skip to content

Commit 5216853

Browse files
Guided item quality doesn't support rank as it should according to the CRB p87 #46 (#65)
- set guided quality to be ranked Co-authored-by: Kolja Markwardt <[email protected]>
1 parent 2cc922a commit 5216853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/emporium/src/assets/data/qualities.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
},
167167
"Guided": {
168168
"name": "Guided",
169-
"ranked": false,
169+
"ranked": true,
170170
"description": "See CRB, page 87, for more details.",
171171
"book": "CRB",
172172
"page": "87",

0 commit comments

Comments
 (0)