Skip to content

Commit

Permalink
Merge pull request #86 from david-driscoll/patch-1
Browse files Browse the repository at this point in the history
Use correct slote for Relics and Thrown
  • Loading branch information
cdmichaelb authored Jan 20, 2022
2 parents 1214fb4 + bce02de commit e6bfc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Outfitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@ Outfitter.cInvTypeToSlotName =
INVTYPE_WRIST = {SlotName = "WristSlot"},
INVTYPE_RANGED = {SlotName = "RangedSlot"},
INVTYPE_RANGEDRIGHT = {SlotName = "RangedSlot"},
INVTYPE_THROWN = {SlotName = "MainHandSlot"},
INVTYPE_RELIC = {SlotName = "MainHandSlot"},
INVTYPE_THROWN = {SlotName = "RangedSlot"},
INVTYPE_RELIC = {SlotName = "RangedSlot"},

}

Expand Down

0 comments on commit e6bfc1a

Please sign in to comment.