Skip to content

Commit

Permalink
fix(paladin): remove hammer_of_wrath_empowered
Browse files Browse the repository at this point in the history
Fixes #820
  • Loading branch information
Sidoine committed Jan 21, 2021
1 parent af6216a commit 14cea4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/ovale_paladin.ts
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/simulationcraft/generator.ts
Expand Up @@ -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(
Expand Down

0 comments on commit 14cea4f

Please sign in to comment.