From 8159a476cfa40b293629ed5eff55475be51a528b Mon Sep 17 00:00:00 2001 From: MarkKoz <1515135+MarkKoz@users.noreply.github.com> Date: Mon, 28 Feb 2022 17:01:31 -0800 Subject: Fix tattoo's category ID conflicting with voice's ID Fix #1589 --- src/categories.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/categories.cpp b/src/categories.cpp index 7952fed4..4ddd71d9 100644 --- a/src/categories.cpp +++ b/src/categories.cpp @@ -232,7 +232,7 @@ void CategoryFactory::loadDefaultCategories() addCategory(44, "Equipment", { 1, 44 }, 43); addCategory(45, "Home/Settlement", { 1, 45 }, 43); addCategory(10, "Body, Face, & Hair", { 2, 17, 26 }, 0); - addCategory(39, "Tattoos", { 1, 57 }, 10); + addCategory(56, "Tattoos", { 1, 57 }, 10); addCategory(40, "Character Presets", { 1, 58 }, 0); addCategory(11, "Items", { 2, 27, 85 }, 0); addCategory(32, "Mercantile", { 2, 23, 69 }, 0); -- cgit v1.3.1