Skip to content

Commit

Permalink
feat: enable leg armor kit check
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisboom committed Jan 2, 2023
1 parent 1931cce commit 9f6aa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ local CheckSlotEnchant = {

[INVSLOT_HAND] = false,
[INVSLOT_WAIST] = false,
[INVSLOT_LEGS] = false,
[INVSLOT_LEGS] = true,
[INVSLOT_FEET] = true,
[INVSLOT_FINGER1] = true,
[INVSLOT_FINGER2] = true,
Expand Down

0 comments on commit 9f6aa6b

Please sign in to comment.