Skip to content

Commit

Permalink
feat(Equipment): Exclude Cruel Dreamcarver from GetUseableItems sugge…
Browse files Browse the repository at this point in the history
…stions
  • Loading branch information
Cilraaz committed Dec 7, 2023
1 parent c03af4f commit 21d548b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HeroLib/Class/Unit/Player/Equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ do
local GenericItems = {
-- Generic items that we always want to exclude
-- Dragonflight
CruelDreamcarver = Item(207783, {16, 17}),
DraconicCauterizingMagma = Item(204388, {13, 14}),
HeatofPrimalWinter = Item(201962),
HeatofPrimalWinter = Item(201962, {2}),
OminousChromaticEssence = Item(203729, {13, 14}),
PrimalRitualShell = Item(200563, {13, 14}),
RingBoundHourglass = Item(193000, {13, 14}),
Expand Down

0 comments on commit 21d548b

Please sign in to comment.