fix(Scripts/ShatteredHalls): Nethekurse shouldn't roleplay in combat (#16395)
This commit is contained in:
parent
d985615908
commit
1e49eef413
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ struct boss_grand_warlock_nethekurse : public BossAI
|
|||
|
||||
void SetData(uint32 data, uint32 value) override
|
||||
{
|
||||
if (data != SETDATA_DATA)
|
||||
if (data != SETDATA_DATA || me->IsInCombat())
|
||||
return;
|
||||
|
||||
if (value == SETDATA_PEON_AGGRO && PeonEngagedCount <= 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue