New source found from dndbeyond.com

This commit is contained in:
2026-07-08 01:00:09 -07:00
parent 9a983a6d7b
commit dcefa0d2f2
2865 changed files with 222467 additions and 49053 deletions
@@ -57,6 +57,8 @@ const SYNC_ACTION_LOOKUP = {
[types.CUSTOM_ITEM_CREATE]: true,
[types.ITEM_DESTROY]: true,
[types.CUSTOM_ITEM_DESTROY]: true,
//ITEM PLAN
[types.ITEM_PLAN_INVENTORY_MAPPING_CREATE]: true,
//CURRENCY
[types.CURRENCY_TRANSACTION_SET]: true,
//OPTIONAL_FEATURES
@@ -454,6 +456,8 @@ export function* executeHandler(action) {
[types.CUSTOM_ITEM_DESTROY]: sagaHandlers.handleCustomItemDestroy,
[types.ITEM_CHARGES_SET]: sagaHandlers.handleItemChargesSet,
[types.ITEM_MOVE_SET]: sagaHandlers.handleItemMove,
//ITEM PLAN
[types.ITEM_PLAN_INVENTORY_MAPPING_CREATE]: sagaHandlers.handleItemPlanInventoryMappingCreate,
//CURRENCY
[types.CURRENCY_TRANSACTION_SET]: sagaHandlers.handleCurrencyTransactionSet,
//OPTIONAL_FEATURES