feat: Quests 2 #878
@ -33,7 +33,6 @@ import {
|
||||
IRegion
|
||||
} from "warframe-public-export-plus";
|
||||
import questCompletionItems from "@/static/fixed_responses/questCompletionRewards.json";
|
||||
import { IMessageDatabase } from "@/src/models/inboxModel";
|
||||
|
||||
export type WeaponTypeInternal =
|
||||
| "LongGuns"
|
||||
|
@ -50,8 +50,7 @@ export const updateQuestStage = (
|
||||
throw new Error(`Progress should always exist when giving keychain triggered items or messages`);
|
||||
}
|
||||
|
||||
let questStage = quest.Progress[ChainStage];
|
||||
console.log("questStage", questStage);
|
||||
const questStage = quest.Progress[ChainStage];
|
||||
|
||||
if (!questStage) {
|
||||
const questStageIndex = quest.Progress.push(questStageUpdate) - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user