Rogue & druid finishers incorrectly state `max_combopoints=4`
johnnylam88 opened this issue ยท 0 comments
Rogue & druid finishers incorrectly state max_combopoints=4
when it
should be max_combopoints=5
, although rogue finishers can also use up
to 6 combopoints if Deeper Strategem is talented.
There are two issues:
- The script that imports the spell database may need to be adjusted
to output the correct value formax_combopoints
. - This may alternatively be addressed by #835
by removing all of themax_combopoints
properties and instead just
addingset_combopoints=0
. Using this style will avoid needing to
know what exactly is the maximum number of combopoints that can be
spent.