fix(Scripts/BlackTemple): Combat status (#15222)
Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
This commit is contained in:
parent
cd86054332
commit
a607d438b3
1 changed files with 3 additions and 0 deletions
|
|
@ -250,6 +250,9 @@ public:
|
|||
me->CastCustomSpell(SPELL_SUMMON_ENSLAVED_SOUL, SPELLVALUE_MAX_TARGETS, 1, me, false);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!UpdateVictim())
|
||||
return;
|
||||
}
|
||||
|
||||
bool CheckEvadeIfOutOfCombatArea() const override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue