Cast bar not showing
R1t4ri opened this issue ยท 1 comments
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.
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