fix(Scripts/SunwellPleateau): Remove invincibility from human kalecgos (#21369)

This commit is contained in:
Andrew 2025-02-09 15:55:31 -03:00 committed by GitHub
parent 05cf475975
commit 3c8823a871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,10 +282,7 @@ enum Kalec
struct boss_kalec : public ScriptedAI
{
boss_kalec(Creature* creature) : ScriptedAI(creature)
{
SetInvincibility(true);
}
boss_kalec(Creature* creature) : ScriptedAI(creature) { }
void Reset() override
{