mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Scripts/ZulAman): Nalorakk in Bearform should not be attacking wi… (#20707)
This commit is contained in:
committed by
GitHub
parent
c5876bff6f
commit
065579a6e3
@@ -242,6 +242,9 @@ struct boss_nalorakk : public BossAI
|
||||
Talk(SAY_SHIFTEDTOTROLL);
|
||||
scheduler.CancelGroup(GROUP_BEAR);
|
||||
_bearForm = false;
|
||||
|
||||
me->SetCanDualWield(true);
|
||||
|
||||
scheduler.Schedule(15s, 20s, GROUP_HUMAN, [this](TaskContext context)
|
||||
{
|
||||
Talk(SAY_SURGE);
|
||||
@@ -271,6 +274,9 @@ struct boss_nalorakk : public BossAI
|
||||
DoCastSelf(SPELL_BEARFORM, true);
|
||||
scheduler.CancelGroup(GROUP_HUMAN);
|
||||
_bearForm = true;
|
||||
|
||||
me->SetCanDualWield(false);
|
||||
|
||||
scheduler.Schedule(2s, GROUP_BEAR, [this](TaskContext context)
|
||||
{
|
||||
DoCastVictim(SPELL_LACERATINGSLASH);
|
||||
|
||||
Reference in New Issue
Block a user