Crusade on Retribution Paladin
Hemario opened this issue ยท 0 comments
The generate SpellInfo for Crusade is the following:
SpellInfo(crusade cd=20 charge_cd=120 duration=25 max_stacks=10 gcd=0 offgcd=1)
This is not correct, it should be:
SpellInfo(crusade cd=120 duration=25 max_stacks=10 gcd=0 offgcd=1)
As a result, Crusade is shown in the main icon (instead of cd icon)
The replaced_by is also missing in the file
SpellRequire(avenging_wrath replaced_by set=crusade enabled=(hastalent(crusade_talent)))