From 01d7fe9d7f00d314e033aa92a1f28212716f97e1 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 26 Sep 2024 17:07:49 +0200 Subject: [PATCH] Make player not stinky! --- FreshShit/StinkyDetector/init.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FreshShit/StinkyDetector/init.lua b/FreshShit/StinkyDetector/init.lua index 2fdb486..5e36db5 100644 --- a/FreshShit/StinkyDetector/init.lua +++ b/FreshShit/StinkyDetector/init.lua @@ -2,7 +2,7 @@ if not WeakAurasSaved.Cyka then WeakAurasSaved.Cyka = {} end if not WeakAurasSaved.Cyka.Stinkies then WeakAurasSaved.Cyka.Stinkies = {} end aura_env.stinkies = WeakAurasSaved.Cyka.Stinkies -aura_env.stinkies[UnitName("player")] = true +-- aura_env.stinkies[UnitName("player")] = true aura_env.localStinkies = {} ---@param name string @@ -11,4 +11,7 @@ aura_env.StinkyDetected = function(name) PlaySoundFile("Interface\\Sounds\\Domination.ogg", "Master") end aura_env.localStinkies[name] = GetTime() -end \ No newline at end of file +end + +--/run WeakAurasSaved.Cyka.Stinkies["Redbulka"] = true +--/dump WeakAurasSaved.Cyka.Stinkies \ No newline at end of file