From d03d4772eacab2fe78777bfbf6cf7086da49b6bc Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 14 Dec 2020 21:13:44 +0100 Subject: [PATCH] Update ByeByeBuffs: 17->22 auras. --- ByeByeBuffs/ByeByeBuffs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ByeByeBuffs/ByeByeBuffs.lua b/ByeByeBuffs/ByeByeBuffs.lua index 3efbb2d..9a7590c 100644 --- a/ByeByeBuffs/ByeByeBuffs.lua +++ b/ByeByeBuffs/ByeByeBuffs.lua @@ -50,7 +50,7 @@ local frame = CreateFrame("FRAME") frame:RegisterEvent("PLAYER_REGEN_ENABLED") frame:RegisterEvent("PLAYER_ENTERING_WORLD") frame:SetScript("OnEvent", function(self, event, ...) - local isWorldBuffed = IsInRaid() and UnitAura("player", 17, "HELPFUL") -- simply checks for more than 17 buffs + local isWorldBuffed = IsInRaid() and UnitAura("player", 22, "HELPFUL") -- simply checks for more than 22 buffs if isWorldBuffed then return button:SetAttribute("macrotext", cancelBlacklistedAurasMacro) end