Skip to content

Commit

Permalink
fix: Fix timers without challenger's peril
Browse files Browse the repository at this point in the history
  • Loading branch information
happenslol committed Nov 24, 2024
1 parent 1db50ba commit ad9135d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion State.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ end
function WarpDeplete:SetKeyDetails(level, hasChallengersPeril, affixes, affixIds, mapId)
self.state.level = level
self.state.deathPenalty = hasChallengersPeril and 15 or 5
self.state.hasChallengersPeril = true
self.state.hasChallengersPeril = hasChallengersPeril
self.state.affixes = affixes
self.state.affixIds = affixIds
self.state.mapId = mapId
Expand Down
2 changes: 1 addition & 1 deletion WarpDeplete.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: WarpDeplete
## Notes-ruRU: WarpDeplete - таймер для подземелий М+ с гибкими настройками
## Author: Happens
## Version: 4.0.3
## Version: 4.0.4
## SavedVariables: WarpDepleteDB
## IconTexture: Interface\AddOns\WarpDeplete\logo
## X-Curse-Project-ID: 460155
Expand Down

0 comments on commit ad9135d

Please sign in to comment.