Skip to content

Commit

Permalink
use max rank First Aid cast time
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Aug 30, 2019
1 parent 5f3f0e9 commit 5b1289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassicCastbars/core/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ C_Timer.After(0.1, BuildSpellNameToSpellIDTable) -- run asap once the current ca
-- TODO: merge with main spell table and just store the cast time here as table value
namespace.channeledSpells = {
-- MISC
[GetSpellInfo(746)] = { 6, 746 }, -- First Aid
[GetSpellInfo(746)] = { 8, 746 }, -- First Aid
[GetSpellInfo(13278)] = { 4, 13278 }, -- Gnomish Death Ray
[GetSpellInfo(20577)] = { 10, 20577 }, -- Cannibalize
[GetSpellInfo(10797)] = { 6, 10797 }, -- Starshards
Expand Down

0 comments on commit 5b1289e

Please sign in to comment.