Minor DRG updates
This commit is contained in:
parent
b02a24ee32
commit
fb0180ce3b
@ -150,7 +150,14 @@
|
||||
"Z": 346.45605
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest"
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBDRG560_01693_Q1_000_000",
|
||||
"Answer": "TEXT_JOBDRG560_01693_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -325,6 +325,7 @@ internal static class MoveTo
|
||||
internal sealed class LandTask : ITask
|
||||
{
|
||||
public bool ShouldRedoOnInterrupt() => true;
|
||||
public override string ToString() => "Land";
|
||||
}
|
||||
|
||||
internal sealed class LandExecutor(IClientState clientState, ICondition condition, ILogger<LandExecutor> logger) : TaskExecutor<LandTask>
|
||||
|
Loading…
Reference in New Issue
Block a user