From 3da9d316909765a653c0465f7a6a3afee1e964f1 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 27 Apr 2021 10:03:40 +0200 Subject: [PATCH] Scripts/BoT: added repeat timer for Evolved Drakonaar's Blade Tempest --- .../EasternKingdoms/BastionOfTwilight/bastion_of_twilight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.cpp index b0d187fe7ba..2b2862fd148 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/bastion_of_twilight.cpp @@ -203,7 +203,7 @@ struct npc_bot_evolved_drakonaar : public ScriptedAI } case EVENT_BLADE_TEMPEST: DoCastSelf(SPELL_BLADE_TEMPEST); - // @todo: repeat timer + _events.Repeat(22s, 23s); break; default: break;