Skip to content

Commit

Permalink
Clear new ability/item info flags when options get updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Feb 6, 2020
1 parent 7735c06 commit f040a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3534,6 +3534,8 @@ do

db.args.abilities.plugins.actions[ v ] = option
end

self.NewSpellInfo = false
end


Expand Down Expand Up @@ -3652,6 +3654,8 @@ do

db.args.items.plugins.equipment[ v ] = option
end

self.NewItemInfo = false
end


Expand Down

0 comments on commit f040a44

Please sign in to comment.