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;
|
||||
local CoolDown = CreateFrame("Cooldown", "RektCoolDown" .. i, frame);
|
||||
CoolDown:SetAllPoints()
|
||||
CoolDown:SetCooldown(GetTime(), 50);
|
||||
--CoolDown:SetCooldown(GetTime(), 50);
|
||||
frame:Hide();
|
||||
|
||||
local colorframe = CreateFrame("Frame", nil, UIParent, nil);
|
||||
|
Loading…
Reference in New Issue
Block a user