mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Scripts/SunwellPlateau): Ensure proper reset for Kil'jaeden encounter (#22024)
Kil'jaeden will now properly reset
This commit is contained in:
@@ -525,6 +525,7 @@ struct boss_kiljaeden : public BossAI
|
||||
|
||||
void JustSummoned(Creature* summon) override
|
||||
{
|
||||
BossAI::JustSummoned(summon);
|
||||
if (summon->GetEntry() == NPC_ARMAGEDDON_TARGET)
|
||||
{
|
||||
summon->SetCanFly(true);
|
||||
|
||||
Reference in New Issue
Block a user