Skip to content

Commit

Permalink
Fix #16
Browse files Browse the repository at this point in the history
Blame: 8d94b30 - Buff Presets (PR #10)
  • Loading branch information
EsreverWoW committed Nov 28, 2022
1 parent 476f4a8 commit 11f2725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PallyPower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11f2725

Please sign in to comment.