fix(Scripts/OHF): Fix not being able to start the escort if you already killed Lt. Drake (#17006)

This commit is contained in:
Dan
2023-08-14 18:05:20 +02:00
committed by GitHub
parent 86bfef8874
commit 8621118b83

View File

@@ -258,6 +258,7 @@ public:
switch (param)
{
case ENCOUNTER_PROGRESS_BARRELS:
case ENCOUNTER_PROGRESS_DRAKE_KILLED:
events.ScheduleEvent(EVENT_OPEN_DOORS, 0);
events.ScheduleEvent(EVENT_START_WP, 3000);
break;