Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update spell cache to latest version #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Artur91425
Copy link
Contributor

@Artur91425 Artur91425 commented May 22, 2022

Backport spell cache to latest version. I checked everything, everything works. In short, the structure of the data recording in the WeakAurasOptionsSaved.spellCache table has been changed.

But, if suddenly you do not want to apply these changes for some reason, then correct the next line

if(icon == 136243) then -- 136243 is the a gear icon, we can ignore those spells

for
if(icon and icon:lower() == "interface\\icons\\trade_engineering") then -- 136243 is the a gear icon, we can ignore those spells

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant