AznamirWoW / PallyPower

The official repository of PallyPower for retail version of World of Warcraft Classic/TBC
Other
6 stars 6 forks source link

Single Target Buff Assignment not working #16

Closed luitzifa closed 1 year ago

luitzifa commented 1 year ago

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
AznamirWoW commented 1 year ago

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

EsreverWoW commented 1 year ago

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

luitzifa commented 1 year ago

It works again! Thank you very much