mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Core/World: added underlying types to world config enums
This commit is contained in:
@@ -86,7 +86,7 @@ enum WorldTimers
|
||||
};
|
||||
|
||||
/// Configuration elements
|
||||
enum WorldBoolConfigs
|
||||
enum WorldBoolConfigs : uint32
|
||||
{
|
||||
CONFIG_DURABILITY_LOSS_IN_PVP = 0,
|
||||
CONFIG_ADDON_CHANNEL,
|
||||
@@ -181,7 +181,7 @@ enum WorldBoolConfigs
|
||||
BOOL_CONFIG_VALUE_COUNT
|
||||
};
|
||||
|
||||
enum WorldFloatConfigs
|
||||
enum WorldFloatConfigs : uint32
|
||||
{
|
||||
CONFIG_GROUP_XP_DISTANCE = 0,
|
||||
CONFIG_MAX_RECRUIT_A_FRIEND_DISTANCE,
|
||||
@@ -206,7 +206,7 @@ enum WorldFloatConfigs
|
||||
FLOAT_CONFIG_VALUE_COUNT
|
||||
};
|
||||
|
||||
enum WorldIntConfigs
|
||||
enum WorldIntConfigs : uint32
|
||||
{
|
||||
CONFIG_COMPRESSION = 0,
|
||||
CONFIG_INTERVAL_SAVE,
|
||||
|
||||
Reference in New Issue
Block a user