new issue error pop up #2059


Open
  • creepshow11483 created this issue Apr 7, 2024

    Message: ...ce/AddOns/ShadowedUnitFrames/modules/combopoints.lua:27: Usage: local result = GetComboPoints(unit, target)
    Time: Sun Apr 7 09:19:04 2024
    Count: 2
    Stack: ...ce/AddOns/ShadowedUnitFrames/modules/combopoints.lua:27: Usage: local result = GetComboPoints(unit, target)
    [string "=[C]"]: in function `GetComboPoints'
    [string "@Interface/AddOns/ShadowedUnitFrames/modules/combopoints.lua"]:27: in function `GetPoints'
    [string "@Interface/AddOns/ShadowedUnitFrames/modules/basecombopoints.lua"]:180: in function `Update'
    [string "@Interface/AddOns/ShadowedUnitFrames/modules/combopoints.lua"]:40: in function `?'
    [string "@Interface/AddOns/ShadowedUnitFrames/modules/units.lua"]:36: in function `FullUpdate'
    [string "@Interface/AddOns/ShadowedUnitFrames/modules/units.lua"]:1556: in function <...nterface/AddOns/ShadowedUnitFrames/modules/units.lua:1520>

    Locals: (*temporary) = "vehicle"

  • neogeekmo posted a comment Apr 18, 2024

    fix update modules/combopoints at line 28

    local points = GetComboPoints("vehicle", "target")

     


    Edited Apr 18, 2024

To post a comment, please login or register a new account.