fix(Scripts/SunwellPleateau): Remove invincibility from human kalecgos (#21369)
This commit is contained in:
parent
05cf475975
commit
3c8823a871
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user