summaryrefslogtreecommitdiff
path: root/src/categories.cpp
diff options
context:
space:
mode:
authorMarkKoz <1515135+MarkKoz@users.noreply.github.com>2022-02-28 17:01:31 -0800
committerMarkKoz <1515135+MarkKoz@users.noreply.github.com>2022-02-28 17:01:31 -0800
commit8159a476cfa40b293629ed5eff55475be51a528b (patch)
tree1ae4e42ea2713172b859f99cfb09b3105b021abe /src/categories.cpp
parente78f46cc9ec440a04e8421d150d114db2ca6810d (diff)
Fix tattoo's category ID conflicting with voice's ID
Fix #1589
Diffstat (limited to 'src/categories.cpp')
-rw-r--r--src/categories.cpp2
1 files changed, 1 insertions, 1 deletions
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);