Skip to content

Commit

Permalink
Merge pull request #4568 from CatsAndBoats/item-holly-clogs-id
Browse files Browse the repository at this point in the history
Fixes item ID for Holly Clogs
  • Loading branch information
claywar authored Sep 30, 2023
2 parents 38a5a0f + f6591a8 commit be773fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enum/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,6 @@ xi.item =
MITHRAN_LOINCLOTH = 12887,
GALKAN_BRAGUETTE = 12888,
ELVAAN_F_CHAUSSES = 12889,
HOLLY_CLOGS = 12895,
PLATE_LEGGINGS = 12928,
MYTHRIL_LEGGINGS = 12929,
KOENIG_SCHUHS = 12933,
Expand All @@ -3925,6 +3924,7 @@ xi.item =
GAITERS = 12976,
BATTLE_BOOTS = 12980,
ASH_CLOGS = 12984,
HOLLY_CLOGS = 12985,
CHESTNUT_SABOTS = 12986,
EBONY_SABOTS = 12987,
PIGACHES = 12988,
Expand Down

0 comments on commit be773fd

Please sign in to comment.