fix(Scripts/OHF): Fix not being able to start the escort if you already killed Lt. Drake (#17006)
This commit is contained in:
parent
86bfef8874
commit
8621118b83
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue