Skip to content

Commit

Permalink
Merge pull request #537 from ncberman/focusFireAPL
Browse files Browse the repository at this point in the history
added APL flag to focus fire
  • Loading branch information
rosenrusinov authored Apr 1, 2024
2 parents a39488e + 4853b0e commit ab474e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hunter/focus_fire.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (hunter *Hunter) registerFocusFireSpell() {

hunter.FocusFire = hunter.RegisterSpell(core.SpellConfig{
ActionID: focusFireActionId,

Flags: core.SpellFlagAPL,
ManaCost: core.ManaCostOptions{
FlatCost: 0, // TODO: Update when mana cost is known
},
Expand Down

0 comments on commit ab474e6

Please sign in to comment.