diff --git a/src/scripts/ovale_paladin.ts b/src/scripts/ovale_paladin.ts index ed96ebe2b..370255747 100644 --- a/src/scripts/ovale_paladin.ts +++ b/src/scripts/ovale_paladin.ts @@ -403,7 +403,7 @@ AddFunction retributiongetinmeleerange AddFunction retributiontimetohpg { - spellcooldown(crusader_strike hammer_of_wrath hammer_of_wrath_empowered judgment usable=1) + spellcooldown(crusader_strike hammer_of_wrath judgment usable=1) } ### actions.precombat diff --git a/src/simulationcraft/generator.ts b/src/simulationcraft/generator.ts index 4cd0cb8ba..77bb55b85 100644 --- a/src/simulationcraft/generator.ts +++ b/src/simulationcraft/generator.ts @@ -795,7 +795,7 @@ export class Generator { const code = ` AddFunction RetributionTimeToHPG { - SpellCooldown(crusader_strike hammer_of_wrath hammer_of_wrath_empowered judgment usable=1) + SpellCooldown(crusader_strike hammer_of_wrath judgment usable=1) } `; const [node] = this.ovaleAst.parseCode(