Skip to content

Commit

Permalink
Merge pull request #341 from Artur91425/fix_disenchant_invtypes
Browse files Browse the repository at this point in the history
add more INVTYPE support for disenchant
  • Loading branch information
shirsig authored Dec 31, 2022
2 parents 7cb1192 + 82b9c6b commit 6f68684
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/disenchant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ local ARMOR = aux.set(
'INVTYPE_TRINKET',
'INVTYPE_CLOAK',
'INVTYPE_HOLDABLE',
'INVTYPE_SHIELD'
'INVTYPE_SHIELD',
'INVTYPE_RELIC'
)

local WEAPON = aux.set(
Expand All @@ -30,7 +31,8 @@ local WEAPON = aux.set(
'INVTYPE_WEAPON',
'INVTYPE_WEAPONOFFHAND',
'INVTYPE_RANGED',
'INVTYPE_RANGEDRIGHT'
'INVTYPE_RANGEDRIGHT',
'INVTYPE_THROWN'
)

do
Expand Down

0 comments on commit 6f68684

Please sign in to comment.