From bd069666e0fea1ac1f10b052a917f5ad9a8a7ed0 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 24 Oct 2016 03:55:46 +0200 Subject: [PATCH] v1.17 - support for intermittent rotations --- TDDps.lua | 3 +++ TDDps.toc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TDDps.lua b/TDDps.lua index c2d3097..6a9ed0a 100644 --- a/TDDps.lua +++ b/TDDps.lua @@ -117,6 +117,9 @@ function TDDps_InvokeNextSpell() if (oldSkill ~= DPS_Skill or oldSkill == nil) and DPS_Skill ~= nil then TDButton_GlowNextSpellId(DPS_Skill); end + if DPS_Skill == nill and oldSkill ~= nil then + TDButton_GlowClear(); + end end ---------------------------------------------- diff --git a/TDDps.toc b/TDDps.toc index d0dcdf6..ca0b620 100644 --- a/TDDps.toc +++ b/TDDps.toc @@ -1,6 +1,6 @@ ## Title: TDDps ## Notes: Rotation helper framework. -## Version: 1.16 +## Version: 1.17 ## Author: Kaminaris ## Interface: 70000 ## SavedVariables: TDDps_Options -- 1.7.9.5