Use the GCD spell for calculating GCD time (ticket #204)

This commit is contained in:
Parnic
2016-02-03 20:25:22 -06:00
parent c4adadb301
commit 3aef209816

View File

@ -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