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;