Closed nthnprsnlkid closed 1 month ago
so I think its to do with this:
next_armament[sacred_weapon] = sacred_weapon[true]
next_armament
is a variable that evaluates to the word sacred_weapon
sacred_weapon
is a variable that evaluates as true
which looks like its comparing the word "sacred_weapon" to true, which is false ("sacred_weapon" !== true).
Could try using just sacred_weapon
instead of next_armament=sacred_weapon
Or otherwise try to quote it (not sure if this works in hekili) next_armament="sacred_weapon"
the same for holy_bulwark:
next_armament[sacred_weapon] = holy_bulwark[false]
removing this and the next line might work too, so theyre not vars? https://github.com/Hekili/hekili/blob/thewarwithin/TheWarWithin/PaladinProtection.lua#L922
Or reverting it back to this:
Closing as this issue is many, many addon versions ago. If the issue still exists, please open a new ticket with new snapshots and sims.
Before You Begin
Describe the Issue
Addon not recommending Holy Bulwark or Sacred weapon.
How to Reproduce
If possible, pandemic would be great.
Snapshot (Link)
https://pastebin.com/99aM1jqU
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response