mirror of
https://github.com/Relintai/Relintais-Enemy-Kooldown-Tracker-WotLK.git
synced 2024-11-08 10:12:11 +01:00
Don't set a cooldown to the cooldown frame after it's creation.
This commit is contained in:
parent
11ff22b41d
commit
7e58f2b605
@ -252,7 +252,7 @@ function Rekt:CreateFrames(which)
|
|||||||
frame.texture = text;
|
frame.texture = text;
|
||||||
local CoolDown = CreateFrame("Cooldown", "RektCoolDown" .. i, frame);
|
local CoolDown = CreateFrame("Cooldown", "RektCoolDown" .. i, frame);
|
||||||
CoolDown:SetAllPoints()
|
CoolDown:SetAllPoints()
|
||||||
CoolDown:SetCooldown(GetTime(), 50);
|
--CoolDown:SetCooldown(GetTime(), 50);
|
||||||
frame:Hide();
|
frame:Hide();
|
||||||
|
|
||||||
local colorframe = CreateFrame("Frame", nil, UIParent, nil);
|
local colorframe = CreateFrame("Frame", nil, UIParent, nil);
|
||||||
|
Loading…
Reference in New Issue
Block a user