diff --git a/FreshShit/StinkyDetector/init.lua b/FreshShit/StinkyDetector/init.lua index fcad50a..99fb244 100644 --- a/FreshShit/StinkyDetector/init.lua +++ b/FreshShit/StinkyDetector/init.lua @@ -2,6 +2,7 @@ if not WeakAurasSaved.Cyka then WeakAurasSaved.Cyka = {} end if not WeakAurasSaved.Cyka.Stinkies then WeakAurasSaved.Cyka.Stinkies = { ["Курлык"] = true, ["Redbulka"] = true, + ["Ловилуну"] = true, } end aura_env.stinkies = WeakAurasSaved.Cyka.Stinkies @@ -17,4 +18,6 @@ aura_env.StinkyDetected = function(name) end --/run WeakAurasSaved.Cyka.Stinkies["Redbulka"] = true +--/run WeakAurasSaved.Cyka.Stinkies["Курлык"] = true +--/run WeakAurasSaved.Cyka.Stinkies["Ловилуну"] = true --/dump WeakAurasSaved.Cyka.Stinkies \ No newline at end of file