diff --git a/src/strategy/rogue/RogueFinishingActions.h b/src/strategy/rogue/RogueFinishingActions.h index f2d9a686..fdc606dd 100644 --- a/src/strategy/rogue/RogueFinishingActions.h +++ b/src/strategy/rogue/RogueFinishingActions.h @@ -30,7 +30,7 @@ class CastExposeArmorAction : public CastDebuffSpellAction class CastRuptureAction : public CastDebuffSpellAction { public: - CastRuptureAction(PlayerbotAI* botAI) : CastDebuffSpellAction(botAI, "rupture") { } + CastRuptureAction(PlayerbotAI* botAI) : CastDebuffSpellAction(botAI, "rupture", true, 6.0f) { } }; class CastKidneyShotAction : public CastMeleeSpellAction