Merge pull request #139 from ResurgenceDark/patch-1

Darklighter Quest should now Update for Rebels after Talking to Draci.
This commit is contained in:
Cekis
2020-09-02 07:43:02 -07:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ 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
{