fix(Scripts/SunwellPlateau): Remove despawn on evade flag from KJ and… (#21753)

This commit is contained in:
Andrew 2025-03-24 14:16:22 -03:00 committed by GitHub
parent d5bee6e2a3
commit 4e9148799f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` &~2147483648 WHERE `entry` = 25315;

View file

@ -450,6 +450,7 @@ struct boss_kiljaeden : public BossAI
if (me->GetReactState() == REACT_PASSIVE)
return;
ScriptedAI::EnterEvadeMode(why);
me->DespawnOrUnsummon();
}
void AttackStart(Unit* who) override