mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user