Skip to content

Commit

Permalink
added withering dream potions to getPots() (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilolum authored May 24, 2024
1 parent 7af3781 commit 7e4d0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ function ham.getPots()
if isRetail then
local pots = {
ham.thirdWind,
ham.witheringDreamsR3,
ham.witheringDreamsR2,
ham.witheringDreamsR1,
ham.dreamR3,
ham.dreamsR2,
ham.dreamR1,
Expand Down

0 comments on commit 7e4d0ef

Please sign in to comment.