Default castbar

I use a weak aura to keep track of spell cds but the one I use has its own cast bar and hides the default ui one. Does anyone know how to get the default cast bar back. deleting the one in the WA doesnt work.

Open the WeakAuras configuration menu with /wa or /weakauras. Click on the cast bar in the list. Check the Actions tab. There may be a custom piece of code, such as: CastingBarFrame:UnregisterAllEvents(). If that exists, you can remove the code, or you can delete the aura entirely.

Thanks got it