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:
Gultask
2024-03-22 17:42:42 -03:00
committed by GitHub
parent 58eb83c74e
commit a7761597ba

View File

@@ -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);
});
}