mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
removes a quest signal in the Darklighter Cache quest that has been congfirmed as being superfluous by Blood and Aconite
This commit is contained in:
@@ -55,7 +55,6 @@ 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_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