"InteractionType": "Interact",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Rhalgr's Reach",
+ "AethernetShortcut": [
+ "[Rhalgr's Reach] Aetheryte Plaza",
+ "[Rhalgr's Reach] Northeastern Rhalgr's Reach"
+ ],
"DialogueChoices": [
{
"Type": "List",
_taskQueue.Enqueue(new MoveToLandingLocation(territoryId, fly, currentNode, _moveFactory, _gameFunctions,
_objectTable, _loggerFactory.CreateLogger<MoveToLandingLocation>()));
+ _taskQueue.Enqueue(_mountFactory.Unmount());
_taskQueue.Enqueue(_interactFactory.Interact(currentNode.DataId, null, EInteractionType.InternalGather, true));
QueueGatherNode(currentNode);