mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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)
|
||||
{
|
||||
DoCastVictim(SPELL_GARGOYLE_STRIKE);
|
||||
DoCastVictim(SPELL_FROST_BREATH);
|
||||
context.Repeat(3500ms, 4s);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user