Add all shared achievements
This commit is contained in:
@@ -4,6 +4,11 @@ function()
|
||||
if not targetGuid then return end
|
||||
if not string.match(targetGuid, "Player") then return end
|
||||
local targetName = UnitName("target")
|
||||
if not aura_env.config.recsan and WeakAurasSaved.Cyka.AchievementSniffer[targetName] then return end
|
||||
|
||||
local should = false
|
||||
if not WeakAurasSaved.Cyka.AchievementSniffer[targetName] then should = true end
|
||||
if aura_env.config.rescan then should = true end
|
||||
if not should then return end
|
||||
|
||||
aura_env.Scan(targetName)
|
||||
end
|
||||
Reference in New Issue
Block a user