Right Click on name #1245


Open
  • Jdschae created this issue Dec 15, 2020

    When i right click on a name i get the following error. Turn Chatter off and no issues. 

     

    1225x FrameXML\UnitPopup.lua:1481: Usage: CheckInteractDistance("unit", distIndex)
    [string "=[C]"]: in function `CheckInteractDistance'
    [string "@FrameXML\UnitPopup.lua"]:1481: in function <FrameXML\UnitPopup.lua:1476>
    [string "@FrameXML\UnitPopup.lua"]:1531: in function `UnitPopup_OnUpdate'
    [string "*:OnUpdate"]:3: in function <[string "*:OnUpdate"]:1>

    Locals:
    (*temporary) = nil
    (*temporary) = 0

  • Nulgar posted a comment Aug 22, 2021

    This was caused by a code change in the Blizzard Interface for 8.0 already.

     

    Until the author comes back, you can fix this in your copy of the addon by editing the file Modules\AltNames.lua - search for UnitPopupButtons["SET_MAIN"] and two lines below that, either remove or comment the line saying dist = 0,

     

    The dist value being zero is what causes the issue.


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