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
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 for max_combopoints.
This may alternatively be addressed by fix(power): fix semantics of {max,set,refund}_XXX in SpellInfo() #835
by removing all of the max_combopoints properties and instead just
adding set_combopoints=0. Using this style will avoid needing to
know what exactly is the maximum number of combopoints that can be
spent.
The text was updated successfully, but these errors were encountered:
Rogue & druid finishers incorrectly state
max_combopoints=4
when itshould be
max_combopoints=5
, although rogue finishers can also use upto 6 combopoints if Deeper Strategem is talented.
There are two issues:
to output the correct value for
max_combopoints
.by removing all of the
max_combopoints
properties and instead justadding
set_combopoints=0
. Using this style will avoid needing toknow what exactly is the maximum number of combopoints that can be
spent.
The text was updated successfully, but these errors were encountered: