v1.12 - Fixes with embedded libraries
Pawel [04-24-16 - 15:08]
v1.12 - Fixes with embedded libraries
diff --git a/TDButtons.lua b/TDButtons.lua
index 5134658..88d9180 100644
--- a/TDButtons.lua
+++ b/TDButtons.lua
@@ -349,6 +349,8 @@ function TDButton_GlowSpell(spellName)
TDButton_Glow(button, 'next');
end
TDButton_SpellsGlowing[spellName] = 1;
+ else
+ print(_tdError .. TDDpsName .. ': Spell not found on action bars: ' .. spellName);
end
end
diff --git a/TDDps.toc b/TDDps.toc
index c793f1a..cde4a70 100644
--- a/TDDps.toc
+++ b/TDDps.toc
@@ -1,6 +1,6 @@
## Title: TDDps
## Notes: Rotation helper framework.
-## Version: 1.11
+## Version: 1.12
## Author: Kaminaris
## Interface: 60200
## SavedVariables: TDDps_Options
@@ -8,13 +8,10 @@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
-Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
+Libs\LibSharedMedia-3.0\lib.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
-Libs\AceGUI-3.0\AceGUI-3.0.lua
Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml
-Libs\LibSharedMedia-3.0\lib.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
-Libs\AceConfig-3.0\AceConfig-3.0.lua
TDSettings.lua
TDButtons.lua