Skip to content

Commit afca88c

Browse files
committed
Merge branch 'main' of github.com:Rubyj/CooldownTracker
2 parents 1195f0d + 5122d20 commit afca88c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CooldownTracker.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Title: Healer Cooldown Tracker
33
## Notes: Manually track healer cooldowns for raid leaders. Click to start a timer when a healer calls out on comms.
44
## Author: Reube
5-
## Version: 1.7.1
5+
## Version: 1.7.2
66
## SavedVariables: CooldownTrackerDB
77

88
Data.lua

Data.lua

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,26 @@ CT.COOLDOWNS = {
214214
icon = "Interface\\Icons\\ability_evoker_spatialparadox",
215215
r = 0.2, g = 0.58, b = 0.5,
216216
},
217+
{
218+
id = "evoker_rewind",
219+
class = "Evoker",
220+
name = "Rewind",
221+
duration = 240,
222+
defaultDuration = 240,
223+
icon = "Interface\\Icons\\spell_evoker_rewind",
224+
spellId = 363534,
225+
r = 0.2, g = 0.58, b = 0.5,
226+
},
227+
{
228+
id = "evoker_dream_flight",
229+
class = "Evoker",
230+
name = "Dream Flight",
231+
duration = 120,
232+
defaultDuration = 120,
233+
icon = "Interface\\Icons\\spell_evoker_dreamflight",
234+
spellId = 363502,
235+
r = 0.2, g = 0.58, b = 0.5,
236+
},
217237
}
218238

219239
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)