Skip to content

Commit

Permalink
add few more default spells to npcCastUninterruptibleCache
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Sep 14, 2023
1 parent 1899bdd commit 1967587
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ClassicCastbars/core/SavedVariables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,17 @@ if CLIENT_IS_CLASSIC_ERA then
["16452" .. GetSpellInfo(11829)] = true, -- Necro Knight Guardian Flamestrike
["16165" .. GetSpellInfo(1467)] = true, -- Necro Knight Arcane Explosion
["16165" .. GetSpellInfo(11829)] = true, -- Necro Knight Flamestrike
["8607" .. GetSpellInfo(7279)] = true, -- Rotting Sludge Black Sludge
["8212" .. GetSpellInfo(7279)] = true, -- The Reak Black Sludge
["3295" .. GetSpellInfo(7279)] = true, -- Sludge Beast Black Sludge
["6518" .. GetSpellInfo(7279)] = true, -- Tar Lurker Black Sludge
["785" .. GetSpellInfo(4979)] = true, -- Skeletal Warder Quick Flame Ward
["785" .. GetSpellInfo(4980)] = true, -- Skeletal Warder Quick Frost Ward
}

-- Storage for auto-corrected cast times
namespace.defaultConfig.npcCastTimeCache = {
["15990"..GetSpellInfo(28478)] = 2000, -- Kel Thuzad Frostbolt
["15989"..GetSpellInfo(3131)] = 7000, -- Sapphiron Frost Breath
["15990" .. GetSpellInfo(28478)] = 2000, -- Kel Thuzad Frostbolt
["15989" .. GetSpellInfo(3131)] = 7000, -- Sapphiron Frost Breath
}
end

0 comments on commit 1967587

Please sign in to comment.