From c663e8a1389e90d1f83d98131588dce7a926ca5e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 5 Jun 2020 21:45:26 +0200 Subject: [PATCH] Scripts/BoT: fixed an issue that was causing Arion to increasingly cast Thunderstorm the longer the encounter lasts --- .../BastionOfTwilight/boss_ascendant_council.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp index 6b9017bb9a8..5e35557d0c3 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_ascendant_council.cpp @@ -1094,8 +1094,6 @@ class npc_arion : public CreatureScript case EVENT_THUNDERSHOCK: Talk(SAY_ANNOUNCE_ABILITY); DoCastAOE(SPELL_THUNDERSHOCK); - _events.Repeat(1min + 8s); - _events.ScheduleEvent(EVENT_THUNDERSHOCK_PRE_WARNING, 59s + 700ms); break; case EVENT_THUNDERSHOCK_PRE_WARNING: if (Creature* controller = _instance->GetCreature(DATA_ASCENDANT_COUNCIL_CONTROLLER))