Removed unused property
This commit is contained in:
parent
057425b363
commit
bc0bb3a636
@ -18,8 +18,6 @@ export interface IQuest {
|
||||
image: string;
|
||||
type: QuestTypeEnum;
|
||||
isKey: boolean;
|
||||
/** @deprecated - Likely not used, use 'status' instead */
|
||||
questStatus: QuestStatus;
|
||||
restartable: boolean;
|
||||
instantComplete: boolean;
|
||||
secretQuest: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user