You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix power report and trade search not working with Minions (#2219)
When using the Power Report of a weighted sum trade search, it would not work with minions unless you included them in FullDPS
The power report logic was broken due to the invalid lua logic of using "and not selection.stat =="
For the trade search I used the same logic we have in the items tab for using combined DPS as a fallback incase someone selects fullDPS but doesn't add the minion to it
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
0 commit comments