diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index c07bb5fb..7ae15e01 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -1377,7 +1377,7 @@ export const addMissionRewards = async ( } } } else { - logger.error(`unknown droptable ${si.DropTable} for DROP_BLUEPRINT`); + logger.error(`unknown droptable ${si.DropTable} for DROP_MISC_ITEM`); } } }