Add sniffer2 table
Auto generated
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
if not WeakAurasSaved.Cyka then WeakAurasSaved.Cyka = {} end
|
||||
if not WeakAurasSaved.Cyka.AchievementSniffer then WeakAurasSaved.Cyka.AchievementSniffer = {} end
|
||||
if not WeakAurasSaved.Cyka.AchievementSniffer2 then WeakAurasSaved.Cyka.AchievementSniffer2 = {} end
|
||||
|
||||
aura_env.achievements = {
|
||||
15,
|
||||
@@ -185,6 +186,7 @@ aura_env.TryInspect = function()
|
||||
|
||||
local should = false
|
||||
if not WeakAurasSaved.Cyka.AchievementSniffer[targetName] then should = true end
|
||||
if WeakAurasSaved.Cyka.AchievementSniffer2[targetName] then should = false end
|
||||
if aura_env.config.rescan then should = true end
|
||||
if not should then return end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user