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:
@@ -614,7 +614,7 @@ struct npc_hyjal_frost_wyrm : public ScriptedAI
|
|||||||
{
|
{
|
||||||
scheduler.Schedule(0s, [this](TaskContext context)
|
scheduler.Schedule(0s, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastVictim(SPELL_GARGOYLE_STRIKE);
|
DoCastVictim(SPELL_FROST_BREATH);
|
||||||
context.Repeat(3500ms, 4s);
|
context.Repeat(3500ms, 4s);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user