gearProcs = {
...
# 4.3
77974: 'lfr_wrath_of_unchaining',
...
}
gearBoosts = {
...
77974: 'lfr_kiroptyric_sigil'
}
trinketMap = dict(gearProcs, **gearBoosts)
While I don't know Python and I haven't had time to look throughout the code, this looks pretty wrong and perhaps it's why LFR Wrath of Unchaining is bugging?
77974 being item id of lfr WoU
right, after digging a bit more, as I understand it things under "gear boost" are on use and will automatically be applied when possible, and gear procs will be handled differently. If my assumption is correct, it would make sense why LFR WoU is overrated by such large margin.