We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2030d commit 4ad41d7Copy full SHA for 4ad41d7
1 file changed
src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_herald_volazj.cpp
@@ -425,6 +425,7 @@ struct npc_twisted_visage : public ScriptedAI
425
ScriptedAI::AttackStartCaster(who, 25.0f);
426
break;
427
default:
428
+ ScriptedAI::AttackStart(who);
429
430
}
431
@@ -436,6 +437,7 @@ struct npc_twisted_visage : public ScriptedAI
436
437
438
439
440
441
442
443
@@ -445,9 +447,6 @@ struct npc_twisted_visage : public ScriptedAI
445
447
case CLASS_WARLOCK:
446
448
449
- case CLASS_ROGUE:
- ScriptedAI::AttackStart(who);
450
- break;
451
452
ScriptedAI::AttackStart(who);
453
0 commit comments