fix(Scripts/OHF): Killing Drake should not be required to start Thral… (#17000)
fix(Scripts/OHF): Killing Drake should not be required to start Thrall's escort
This commit is contained in:
parent
5108a47c20
commit
8dc8424f09
2 changed files with 3 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ public:
|
|||
{
|
||||
switch (param)
|
||||
{
|
||||
case ENCOUNTER_PROGRESS_DRAKE_KILLED:
|
||||
case ENCOUNTER_PROGRESS_BARRELS:
|
||||
events.ScheduleEvent(EVENT_OPEN_DOORS, 0);
|
||||
events.ScheduleEvent(EVENT_START_WP, 3000);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue