Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed May 25, 2024
1 parent 8ca0524 commit 86f335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dCommon/dEnums/eReponseMoveItemBetweenInventoryTypeCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <cstdint>

enum class eReponseMoveItemBetweenInventoryTypeCode : uint32_t {
enum class eReponseMoveItemBetweenInventoryTypeCode : int32_t {
SUCCESS,
FAIL_GENERIC,
FAIL_INV_FULL,
Expand Down

0 comments on commit 86f335d

Please sign in to comment.