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