PallyPower

PallyPower

8M Downloads

Single Target Buff Assignment not working

luitzifa opened this issue ยท 3 comments

commented

This ist the error i get when trying to assign buffs for individual ppl.

Message: ..\AddOns\PallyPower\PallyPower.lua line 424:
   attempt to concatenate local 'tname' (a nil value)
Debug:
   [string "=[C]"]: ?
   [string "@PallyPower\PallyPower.lua"]:424: SendNormalBlessings()
   [string "@PallyPower\PallyPower.lua"]:495: PallyPowerGrid_NormalBlessingMenu()
   [string "@PallyPower\PallyPower.lua"]:509: PallyPowerPlayerButton_OnClick()
   [string "*:OnClick"]:1:
      [string "*:OnClick"]:1
commented

Seems 8d94b30 - Buff Presets (PR #10) is to blame.

commented

It looks like you're trying to give a normal assignment to nobody.

commented

It works again! Thank you very much