Skip to content

Commit 8159a47

Browse files
committed
Fix tattoo's category ID conflicting with voice's ID
Fix ModOrganizer2#1589
1 parent e78f46c commit 8159a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ void CategoryFactory::loadDefaultCategories()
232232
addCategory(44, "Equipment", { 1, 44 }, 43);
233233
addCategory(45, "Home/Settlement", { 1, 45 }, 43);
234234
addCategory(10, "Body, Face, & Hair", { 2, 17, 26 }, 0);
235-
addCategory(39, "Tattoos", { 1, 57 }, 10);
235+
addCategory(56, "Tattoos", { 1, 57 }, 10);
236236
addCategory(40, "Character Presets", { 1, 58 }, 0);
237237
addCategory(11, "Items", { 2, 27, 85 }, 0);
238238
addCategory(32, "Mercantile", { 2, 23, 69 }, 0);

0 commit comments

Comments
 (0)