corrects an issue on the legacy quest Darklighter Cache quest that stopped players from receiving the list of terminals inside the cave in their quest update

This commit is contained in:
IrishDarkshadow
2020-09-27 09:29:59 -04:00
parent 908dcdf357
commit ccbcf3bcb1

View File

@@ -54,7 +54,8 @@ public class legacy_darklighter_guard extends script.base_script
}
public void legacy_darklighter_guard_action_startRun(obj_id player, obj_id npc) throws InterruptedException
{
groundquests.sendSignal(player, "legacy_button_darklighter_launch_e2r");
groundquests.sendSignal(player, "legacy_button_darklighter_launch_e2");
groundquests.sendSignal(player, "legacy_button_darklighter_launch_e2r");
}
public int legacy_darklighter_guard_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException
{