Skip to content

Commit

Permalink
Consumables: Add Hearty Well Fed (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragowit authored Oct 3, 2024
1 parent 714cb1f commit 035577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Consumables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 035577c

Please sign in to comment.