Added missing traderId to conditionCounter interface
This commit is contained in:
parent
c1526a4ad3
commit
5b7945a501
@ -68,6 +68,7 @@ export interface IQuestCondition {
|
|||||||
isNecessary?: boolean;
|
isNecessary?: boolean;
|
||||||
doNotResetIfCounterCompleted?: boolean;
|
doNotResetIfCounterCompleted?: boolean;
|
||||||
dogtagLevel?: number;
|
dogtagLevel?: number;
|
||||||
|
traderId?: string;
|
||||||
maxDurability?: number;
|
maxDurability?: number;
|
||||||
minDurability?: number;
|
minDurability?: number;
|
||||||
counter?: IQuestConditionCounter;
|
counter?: IQuestConditionCounter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user