Hello
I just updated my ElvUI Classic to version 1.211
I had changed the ClassicCasterino library to not show Aimed / Multi Shot cast bars.
local AIMED_SHOT = GetSpellInfo(19434)
local MULTI_SHOT = GetSpellInfo(25294)
to
local AIMED_SHOT = NONE
local MULTI_SHOT = NONE
And it's still showing even with that change , what I can do to disable those 2 abilities from showing on my cast bar since they ar enot considering all haste factors/auto shot bug delay & they stay on screen even after fake casting.
Hello
I just updated my ElvUI Classic to version 1.211
I had changed the ClassicCasterino library to not show Aimed / Multi Shot cast bars.
local AIMED_SHOT = GetSpellInfo(19434)
local MULTI_SHOT = GetSpellInfo(25294)
to
local AIMED_SHOT = NONE
local MULTI_SHOT = NONE
And it's still showing even with that change , what I can do to disable those 2 abilities from showing on my cast bar since they ar enot considering all haste factors/auto shot bug delay & they stay on screen even after fake casting.