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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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