From da71ce8341afb66acd6d795cf2e276d69eac423a Mon Sep 17 00:00:00 2001 From: Elehiggle Date: Wed, 21 May 2025 13:06:06 +0200 Subject: [PATCH] Add Head enchant slot With Horrific Visions, head slot can be enchanted now. --- ThingsToMantain_WarWithin.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ThingsToMantain_WarWithin.lua b/ThingsToMantain_WarWithin.lua index 1516fbf..1f6ec93 100644 --- a/ThingsToMantain_WarWithin.lua +++ b/ThingsToMantain_WarWithin.lua @@ -61,6 +61,7 @@ do -- TODO: Confirm LIB_OPEN_RAID_ENCHANT_SLOTS = { --[INVSLOT_NECK] = true, + [INVSLOT_HEAD] = true, [INVSLOT_BACK] = true, [INVSLOT_CHEST] = true, [INVSLOT_FINGER1] = true,