From bb8ce8fd630da7b33ae779d99958bd13f3f61585 Mon Sep 17 00:00:00 2001 From: Brues <5278969+brues-code@users.noreply.github.com> Date: Sat, 5 Sep 2026 07:19:58 -0500 Subject: [PATCH] apparently some addons can't figure out -1 for themselves --- pfUI.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pfUI.lua b/pfUI.lua index 3a58b25c..027038cf 100644 --- a/pfUI.lua +++ b/pfUI.lua @@ -511,3 +511,5 @@ do -- RunMacroText ChatEdit_ParseText(obj, 1) end end + +_G.PLAYER_BUFF_START_ID = -1