Update boss_anubrekhan_40.cpp

Exctended call for help to engage crypt guards in case player pulls from side
This commit is contained in:
Dinkledork
2023-09-27 03:48:13 -06:00
committed by GitHub
parent 779f016130
commit 8c687ed0a1

View File

@@ -163,7 +163,7 @@ public:
void JustEngagedWith(Unit* who) override
{
BossAI::JustEngagedWith(who);
me->CallForHelp(30.0f);
me->CallForHelp(60.0f);
Talk(SAY_AGGRO);
if (pInstance)
{