v1.17 - support for intermittent rotations
Pawel [10-24-16 - 01:55]
v1.17 - support for intermittent rotations
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