From 035577c22d9c62d1d81b77d6c997f8ae8e700215 Mon Sep 17 00:00:00 2001 From: Markus Persson Date: Thu, 3 Oct 2024 05:50:21 +0200 Subject: [PATCH] Consumables: Add Hearty Well Fed (#150) --- modules/Consumables.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Consumables.lua b/modules/Consumables.lua index e16bdda..6859109 100644 --- a/modules/Consumables.lua +++ b/modules/Consumables.lua @@ -150,7 +150,7 @@ end local getFood do local eating = { spells[192002] } -- Food & Drink (Eating) - local wellFed = { spells[19705] } -- Well Fed + local wellFed = { spells[19705], spells[462187] } -- Well Fed & Hearty Well Fed function getFood(player) local _, _, id = module:UnitBuffByNames(player, wellFed)