diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2022-03-19 21:06:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-19 21:06:56 -0700 |
| commit | c6874c17712f514b9ea851be9618ffab24847196 (patch) | |
| tree | 1ae4e42ea2713172b859f99cfb09b3105b021abe /src/categories.cpp | |
| parent | e78f46cc9ec440a04e8421d150d114db2ca6810d (diff) | |
| parent | 8159a476cfa40b293629ed5eff55475be51a528b (diff) | |
Merge pull request #1671 from MarkKoz/bug/1589/category-id-conflict
Fix tattoo's category ID conflicting with voice's ID
Diffstat (limited to 'src/categories.cpp')
| -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);
|
