From 7ef5ce056708b1c158e1cceb5d648df9b723fd80 Mon Sep 17 00:00:00 2001 From: Ellimist Date: Tue, 23 Sep 2025 20:50:20 -0700 Subject: [PATCH] Adds Invigorating Healing Potion to All Potions collection. Also corrected the capitalization of 'Algari' in potion IDs. --- ThingsToMantain_WarWithin.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ThingsToMantain_WarWithin.lua b/ThingsToMantain_WarWithin.lua index 49294ee..0b54ef6 100644 --- a/ThingsToMantain_WarWithin.lua +++ b/ThingsToMantain_WarWithin.lua @@ -161,8 +161,9 @@ do --on use spell ids LIB_OPEN_RAID_ALL_POTIONS = { + [1238009] = true, --Invigorating Healing Potion [431419] = true, --Cavedweller's Delight - [431416] = true, --Healing Potion algari + [431416] = true, --Healing Potion Algari [431914] = true, --Potion of Unwavering Focus [431932] = true, --Tempered Potion [453205] = true, --Potion Bomb of Power @@ -180,7 +181,7 @@ do --spellId of healing from potions LIB_OPEN_RAID_HEALING_POTIONS = { [1238009] = true, --Invigorating Healing Potion - [431416] = true, --Healing Potion algari + [431416] = true, --Healing Potion Algari [431419] = true, --Cavedweller's Delight [452767] = true, --Heartseeking Health Injector (engineering tinker) }