Paladin : Beacon of Light issue #88


Open
  • jws1624 created this issue Oct 3, 2022

    It looks like current logic only affect when the player has beacon of light, his heal recognized by the logic.

    Current behavior : 'Unit who has beacon of light' heals someone, it affects. 

    Expected behavior : when someone heals any other players, unit who has beacon of light should be healed together.

  • jws1624 posted a comment Oct 4, 2022

    doubt line 3322 set to 'player' only while it should find party/raid aura to get buffed.

    self.eventFrame:RegisterUnitEvent("UNIT_AURA", 'player')

  • jws1624 posted a comment Oct 4, 2022

    for testing, I added party1 below and it looks work.

  • HundredPancakes posted a comment Oct 8, 2022

    This is an issue introduced in the latest minor version (108) by changing the line mentioned above to only register the event for the player.

    The commit was the following: https://github.com/Azilroka/LibHealComm-4.0/commit/9a5cf2fb3bad57e6950a6154cb5f0dbbf7cba9b1

     

    Before this change BoL was working fine.


    Edited Oct 8, 2022

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