Resolution of accidental shifting of eItemType enum (#976)

This commit is contained in:
Jett 2023-01-26 00:21:12 +00:00 committed by GitHub
parent cdffd5ff30
commit 6aa69de4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
enum class eItemType : int32_t {
UNKNOWN = -1,
BRICK,
BRICK = 1,
HAT,
HAIR,
NECK,