Add all shared achievements

This commit is contained in:
2024-10-21 15:21:00 +02:00
parent 3339dfe4f4
commit ec158a5e3b
2 changed files with 207 additions and 63 deletions

View File

@@ -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