mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Scripts/TheEye): Advisors add Sanguinar's Bellowing Roar (#20620)
add roar
This commit is contained in:
@@ -817,7 +817,12 @@ struct npc_lord_sanguinar : public advisor_baseAI
|
||||
{
|
||||
npc_lord_sanguinar(Creature* creature) : advisor_baseAI(creature) { };
|
||||
|
||||
void ScheduleEvents() override {}
|
||||
void ScheduleEvents() override
|
||||
{
|
||||
ScheduleTimedEvent(0s, 2s, [&]{
|
||||
DoCastSelf(SPELL_BELLOWING_ROAR);
|
||||
}, 30s, 40s);
|
||||
}
|
||||
};
|
||||
|
||||
struct npc_capernian : public advisor_baseAI
|
||||
|
||||
Reference in New Issue
Block a user