mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-01 12:25:12 +00:00
fix type
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
enum class eReponseMoveItemBetweenInventoryTypeCode : uint32_t {
|
enum class eReponseMoveItemBetweenInventoryTypeCode : int32_t {
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
FAIL_GENERIC,
|
FAIL_GENERIC,
|
||||||
FAIL_INV_FULL,
|
FAIL_INV_FULL,
|
||||||
|
Reference in New Issue
Block a user