mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-17 21:08:09 +00:00
add most pet messages
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "magic_enum.hpp"
|
||||
|
||||
enum class eHelpType : int32_t {
|
||||
NONE = 0,
|
||||
UNLOCK_MINIMAP = 2,
|
||||
@@ -37,4 +39,10 @@ enum class eHelpType : int32_t {
|
||||
UI_INVENTORY_FULL_CANNOT_PICKUP_ITEM = 86
|
||||
};
|
||||
|
||||
template <>
|
||||
struct magic_enum::customize::enum_range<eHelpType> {
|
||||
static constexpr int min = 0;
|
||||
static constexpr int max = 86;
|
||||
};
|
||||
|
||||
#endif //!__EHELPTYPE__H__
|
||||
|
Reference in New Issue
Block a user