Added missing traderId to conditionCounter interface

This commit is contained in:
Dev 2024-09-22 12:30:38 +01:00
parent c1526a4ad3
commit 5b7945a501

View File

@ -68,6 +68,7 @@ export interface IQuestCondition {
isNecessary?: boolean;
doNotResetIfCounterCompleted?: boolean;
dogtagLevel?: number;
traderId?: string;
maxDurability?: number;
minDurability?: number;
counter?: IQuestConditionCounter;