Load WidgetTimer again. Why didn't that error out on me? :(
Scott Sibley [10-05-10 - 01:06]
Load WidgetTimer again. Why didn't that error out on me? :(
diff --git a/StarTip.lua b/StarTip.lua
index 30ee1dd..f30fe30 100644
--- a/StarTip.lua
+++ b/StarTip.lua
@@ -13,6 +13,7 @@ local L = LibStub("AceLocale-3.0"):GetLocale("StarTip")
local LibCore = LibStub("LibScriptableDisplayCore-1.0")
local LibTimer = LibStub("LibScriptableDisplayTimer-1.0")
local PluginTalents = LibStub("LibScriptableDisplayPluginTalents-1.0")
+local WidgetTimer = LibStub("LibScriptableDisplayWidgetTimer-1.0")
local _G = _G
local GameTooltip = _G.GameTooltip