Skip to content

Commit

Permalink
Put back UpdateMajorCooldowns call
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Jul 9, 2023
1 parent c0d16a1 commit eefc425
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 465 deletions.
1 change: 1 addition & 0 deletions sim/core/consumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ func makePotionActivation(potionType proto.Potions, character *Character, potion
} else {
potionCD.Set(sim.CurrentTime + time.Minute)
}
character.UpdateMajorCooldowns()
}
}
}
Expand Down
Loading

0 comments on commit eefc425

Please sign in to comment.