Skip to content

Commit

Permalink
Bows apparently work differently than guns >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster committed Feb 8, 2024
1 parent 026b6a5 commit 5157102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ app.Slot["INVTYPE_FINGER"] = 11 -- Also 12
app.Slot["INVTYPE_TRINKET"] = 13 -- Also 14
--- Custom code for weapons
app.Slot["INVTYPE_RANGED"] = 1617 -- Main hand, no off hand
app.Slot["INVTYPE_RANGEDRIGHT"] = 1617 -- Main hand, no off hand
app.Slot["INVTYPE_2HWEAPON"] = 1617 -- Main hand, no off hand
app.Slot["INVTYPE_WEAPONMAINHAND"] = 16 -- Main hand
app.Slot["INVTYPE_WEAPONOFFHAND"] = 17 -- Off hand
Expand Down

0 comments on commit 5157102

Please sign in to comment.