mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user