mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/OHF): Fix not being able to start the escort if you already killed Lt. Drake (#17006)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user