fix(Scripts/BlackTemple): Combat status (#15222)

Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
This commit is contained in:
Eddy Vega 2023-03-01 13:58:02 -06:00 committed by GitHub
parent cd86054332
commit a607d438b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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