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:
IrishDarkshadow
2020-09-27 17:48:12 -04:00
parent ccbcf3bcb1
commit 00abd55e5e

View File

@@ -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
{