ArcHUD3

ArcHUD3

594k Downloads

Cast bar not showing

R1t4ri opened this issue ยท 1 comments

commented

Hi, I already posted this elsewhere, so sorry for doublepost, I don't know where you're active.
The cast bar/ring isn't showing for me now in any druid form.
Thank you for any feedback, have a nice day.

commented

Oh I managed to fix the issue by referring to advice for Burning Crusade. Just go to LibClassicCasterino and change this line:

if WOW_PROJECT_ID ~= WOW_PROJECT_BURNING_CRUSADE_CLASSIC then return end

to:

if WOW_PROJECT_ID ~= WOW_PROJECT_WRATH_CLASSIC then return end

Hope someone else finds this useful