From a0fc2a553c9a2b59a7016a07efbccf013306ceb6 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:28:57 +0100 Subject: [PATCH] fix(Script/Boss) Decrease Kalecgos human form spawn timer. (#21738) --- .../scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp index b9c38abd0..300a39dea 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_kalecgos.cpp @@ -248,7 +248,7 @@ struct boss_kalecgos : public BossAI DoCastAOE(SPELL_SPECTRAL_BLAST); }, 20s, 30s); - scheduler.Schedule(16s, [this](TaskContext) + scheduler.Schedule(9s, [this](TaskContext) { if (Creature* kalec = me->SummonCreature(NPC_KALEC, 1702.21f, 931.7f, -74.56f, 5.07f, TEMPSUMMON_MANUAL_DESPAWN)) kalec->CastSpell(kalec, SPELL_SPECTRAL_INVISIBILITY, true);