Update for Shadowlands Pre-Patch (9.0.1) needed
ikrug opened this issue ยท 8 comments
Die to lvl squish, ability changes (some back, some reworked, some removed, some available after prepatch in 50+ lvl) current version isn't work properly.
Please update it if possible.
Thank you!
This issue has been automatically marked as stale because it has not had recent activity. Maybe issue creator has abandoned it, or developer just don't want to implement suggested feature. Issue will be closed if no further activity occurs. Thank you for your contributions.
@casualshammy (NameplateCooldowns) BTW found a way to fix it - If you need a way to get an easy fix for the AddOn, I did this to mine:
- Look for any files that include CreateFrame() in them
- Add a script at the top of the file.
The script is: (All on one line to avoid taking extra bytes)
local t=BackdropTemplateMixin and"BackdropTemplate"local cf=CreateFrame local function CreateFrame(a1,a2,a3,inh,...)if inh then inh=inh..","..t else inh=t end return cf(a1,a2,a3,inh,...)end
I use this addon on a day-to-day basis, so ty for making it! Hope this helps!
Also, some of the shadowlands spells need to be shown on them. (I think you were already notified) but it still shows me their interrupts, which is why I use it.
again, i think i noticed something - the github project includes the new "BackdropTemplate" statement, but i think the curse forge version is not up to date, i just noticed that...
I've uploaded a new release (90001.0-release). It contains updated spell cooldowns (except anima and covenants - they will be added after Shadowlands release).
@TeddeCodesAddons This BackdropTemplate
-related issues are caused by old version of GUI library. I wish I had noticed it earlier... Anyway, thank you for reporting.
This issue has been automatically marked as stale because it has not had recent activity. Maybe issue creator has abandoned it, or developer just don't want to implement suggested feature. Issue will be closed if no further activity occurs. Thank you for your contributions.