fix(Scripts/BlackwingLair): Razorgore adds should spawn 45 seconds after Razorgore's combat engagement (#10641)

- Closes #10581

Co-authored-by: temperrr <temperrr@users.noreply.github.com>
This commit is contained in:
UltraNix
2022-02-15 00:52:02 +01:00
committed by GitHub
parent 06b24250a1
commit d3e0445939

View File

@@ -89,6 +89,13 @@ public:
return !(target->GetTypeId() == TYPEID_UNIT && !secondPhase); return !(target->GetTypeId() == TYPEID_UNIT && !secondPhase);
} }
void EnterCombat(Unit* /*victim*/) override
{
_EnterCombat();
instance->SetData(DATA_EGG_EVENT, IN_PROGRESS);
}
void DoChangePhase() void DoChangePhase()
{ {
secondPhase = true; secondPhase = true;