mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +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);
|
||||
}
|
||||
|
||||
void EnterCombat(Unit* /*victim*/) override
|
||||
{
|
||||
_EnterCombat();
|
||||
|
||||
instance->SetData(DATA_EGG_EVENT, IN_PROGRESS);
|
||||
}
|
||||
|
||||
void DoChangePhase()
|
||||
{
|
||||
secondPhase = true;
|
||||
|
||||
Reference in New Issue
Block a user