reenable CheckInteractDistance for range check, since it is not protected anymore #2120


Open
  • querplis created this issue Aug 20, 2024

    myCurrently range check does not work for all classes, for example as demonhunter tank i can not range check friendly units , which is dealbeaker to use  this addon.

    This was introduced with following change
    https://github.com/querplis/ShadowedUnitFrames/commit/59c3d38d48b0c13ffe90f54762e98e066e461e8b

    which was made in response to following blizzard hotfix:
    Hotfix (2023-11-16): Protected. May no longer be called in combat by insecure code. (Build: 10.2.0.52188)

     

    Blizzard has reverted thise change with hotfix:

    Hotfix (2023-12-11): Partially unrestricted. Querying enemy units while in combat is once again permitted. (Build: 10.2.0.52485)

    Please revert this change  back and make some of us happy again!

    also i did quick local test by reverting that line in range.lua back to what it was and it seems working fine.


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