Merge pull request #15483 from HabitRPG/kalista/category-content

Add Challenge categories to content API
This commit is contained in:
Fiz 2025-07-31 12:38:01 -05:00 committed by GitHub
commit 2feadd6125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ import {
} from './constants'; } from './constants';
import achievements from './achievements'; import achievements from './achievements';
import categoryOptions from './categoryOptions';
import eggs from './eggs'; import eggs from './eggs';
import hatchingPotions from './hatching-potions'; import hatchingPotions from './hatching-potions';
import stable from './stable'; import stable from './stable';
@ -85,6 +85,8 @@ api.officialPinnedItems = officialPinnedItems;
api.bundles = bundles; api.bundles = bundles;
api.categoryOptions = categoryOptions;
/* /*
--------------------------------------------------------------- ---------------------------------------------------------------
Unique Rewards: Potion and Armoire Unique Rewards: Potion and Armoire