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