From 11f27252bfec8420696904e2a02d10e683bf89c8 Mon Sep 17 00:00:00 2001 From: EsreverWoW <49285632+EsreverWoW@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:41:44 -0600 Subject: [PATCH] Fix #16 Blame: 8d94b30 - Buff Presets (PR #10) --- PallyPower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PallyPower.lua b/PallyPower.lua index d3762dd..a58483a 100644 --- a/PallyPower.lua +++ b/PallyPower.lua @@ -492,7 +492,7 @@ function PallyPowerGrid_NormalBlessingMenu(btn, mouseBtn, pname, class) if PallyPower_NormalAssignments[pally] and PallyPower_NormalAssignments[pally][class] and PallyPower_NormalAssignments[pally][class][pname] then PallyPower_NormalAssignments[pally][class][pname] = nil end - PallyPower:SendNormalBlessings(pname, class, tname) + PallyPower:SendNormalBlessings(pally, class, pname) PallyPower:UpdateLayout() end end