Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Tukui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tukz
Tukui
Commits
1ecf02bb
Commit
1ecf02bb
authored
May 16, 2018
by
Tukz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update oUF_RaidDebuffs.
parent
0b5e0a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
Tukui/Libs/oUF_RaidDebuffs/oUF_RaidDebuffs.lua
Tukui/Libs/oUF_RaidDebuffs/oUF_RaidDebuffs.lua
+0
-10
No files found.
Tukui/Libs/oUF_RaidDebuffs/oUF_RaidDebuffs.lua
View file @
1ecf02bb
...
...
@@ -166,16 +166,6 @@ local function OnUpdate(self, elapsed)
if
(
timeLeft
>
0
)
then
local
text
=
T
.
FormatTime
(
timeLeft
)
self
.
time
:
SetText
(
text
)
if
(
timeLeft
<=
10
)
then
self
.
time
:
SetTextColor
(
unpack
(
C
.
Cooldowns
.
ExpireColor
))
elseif
(
timeLeft
<=
30
)
then
self
.
time
:
SetTextColor
(
unpack
(
C
.
Cooldowns
.
SecondsColor
))
elseif
(
timeLeft
<=
60
)
then
self
.
time
:
SetTextColor
(
unpack
(
C
.
Cooldowns
.
SecondsColor2
))
else
self
.
time
:
SetTextColor
(
unpack
(
C
.
Cooldowns
.
NormalColor
))
end
else
self
:
SetScript
(
'OnUpdate'
,
nil
)
self
.
time
:
Hide
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment