From 19675870ad7521061c9a7ab00aaaf1cc1ac6e01b Mon Sep 17 00:00:00 2001 From: wardz <10900212+wardz@users.noreply.github.com> Date: Thu, 14 Sep 2023 06:30:36 +0200 Subject: [PATCH] add few more default spells to npcCastUninterruptibleCache --- ClassicCastbars/core/SavedVariables.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ClassicCastbars/core/SavedVariables.lua b/ClassicCastbars/core/SavedVariables.lua index 2057394..0cc4ec5 100644 --- a/ClassicCastbars/core/SavedVariables.lua +++ b/ClassicCastbars/core/SavedVariables.lua @@ -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