From 3aef209816b7c2669240cf7dcabc714c0f72f32d Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 3 Feb 2016 20:25:22 -0600 Subject: [PATCH] Use the GCD spell for calculating GCD time (ticket #204) --- modules/GlobalCoolDown.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index 08bf123..a5dcc48 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -268,6 +268,8 @@ function GlobalCoolDown.prototype:CreateLagBar() end function GlobalCoolDown.prototype:GetSpellId() + return 61304 +--[[ local defaultSpells defaultSpells = { @@ -286,6 +288,7 @@ function GlobalCoolDown.prototype:GetSpellId() local _, unitClass = UnitClass("player") return defaultSpells[unitClass] +]] end -- Load us up