From 7e4d0ef478afd5b047f1f41a09691ec75d3511c0 Mon Sep 17 00:00:00 2001 From: kilolum Date: Fri, 24 May 2024 11:18:21 +0200 Subject: [PATCH] added withering dream potions to getPots() (#41) --- Core/Potions.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/Potions.lua b/Core/Potions.lua index d4e829f..470595d 100644 --- a/Core/Potions.lua +++ b/Core/Potions.lua @@ -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,