diff options
| author | MarkKoz <1515135+MarkKoz@users.noreply.github.com> | 2022-02-28 17:01:31 -0800 |
|---|---|---|
| committer | MarkKoz <1515135+MarkKoz@users.noreply.github.com> | 2022-02-28 17:01:31 -0800 |
| commit | 8159a476cfa40b293629ed5eff55475be51a528b (patch) | |
| tree | 1ae4e42ea2713172b859f99cfb09b3105b021abe /src | |
| parent | e78f46cc9ec440a04e8421d150d114db2ca6810d (diff) | |
Fix tattoo's category ID conflicting with voice's ID
Fix #1589
Diffstat (limited to 'src')
| -rw-r--r-- | src/categories.cpp | 2 |
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);
|
