fix(Scripts/HyjalSummit): Frost Wyrms casting wrong spell (#18603)
lmaaaooo Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
This commit is contained in:
parent
58eb83c74e
commit
a7761597ba
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ struct npc_hyjal_frost_wyrm : public ScriptedAI
|
|||
{
|
||||
scheduler.Schedule(0s, [this](TaskContext context)
|
||||
{
|
||||
DoCastVictim(SPELL_GARGOYLE_STRIKE);
|
||||
DoCastVictim(SPELL_FROST_BREATH);
|
||||
context.Repeat(3500ms, 4s);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue