mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
@@ -232,11 +232,11 @@ struct boss_alar : public BossAI
|
||||
me->SummonCreature(NPC_FLAME_PATCH, *target, TEMPSUMMON_TIMED_DESPAWN, 2 * MINUTE * IN_MILLISECONDS);
|
||||
}
|
||||
}, 30s);
|
||||
ScheduleTimedEvent(30s, [&]
|
||||
ScheduleTimedEvent(50s, [&]
|
||||
{
|
||||
me->GetMotionMaster()->MovePoint(POINT_DIVE, alarPoints[POINT_DIVE], false, true);
|
||||
scheduler.DelayAll(15s);
|
||||
}, 30s);
|
||||
}, 50s);
|
||||
ScheduleUniqueTimedEvent(10min, [&]
|
||||
{
|
||||
DoCastSelf(SPELL_BERSERK);
|
||||
|
||||
Reference in New Issue
Block a user