Closed RyanGreenburg closed 2 years ago
There are plural and non plural versions of categories, ie: Greatsword and Greatswords , Dagger and Daggers. This makes using the category argument tricky due to having to handle both category arguments for one category type.
Greatsword
Greatswords
Dagger
Daggers
category
thanks for finding that. Fix coming in the next release.
Hey Ryan! Sorry it took so long to fix this. Just released a patch that resolves this naming issue. Thanks for pointing that out.
There are plural and non plural versions of categories, ie:
Greatsword
andGreatswords
,Dagger
andDaggers
. This makes using thecategory
argument tricky due to having to handle both category arguments for one category type.