diff --git a/zone/bot.h b/zone/bot.h index 7381cbfbc..d93d265eb 100644 --- a/zone/bot.h +++ b/zone/bot.h @@ -48,12 +48,12 @@ extern WorldServer worldserver; constexpr int NegativeItemReuse = -1; // Unlinked timer for items -constexpr uint8 SumWater = 1; -constexpr uint8 SumFire = 2; -constexpr uint8 SumAir = 3; -constexpr uint8 SumEarth = 4; -constexpr uint8 MonsterSum = 5; -constexpr uint8 SumMageMultiElement = 6; +constexpr uint8 SumWater = 1; +constexpr uint8 SumFire = 2; +constexpr uint8 SumAir = 3; +constexpr uint8 SumEarth = 4; +constexpr uint8 MonsterSum = 5; +constexpr uint8 SumMageMultiElement = 6; // nHSND negative Healer/Slower/Nuker/Doter // pH positive Healer @@ -119,21 +119,21 @@ namespace BotSettingCategories { // Update GetBotSpellCategoryName as needed }; static std::map botSpellCategory_names = { - { BotSettingCategories::BaseSetting, "BaseSetting" }, - { BotSettingCategories::SpellHold, "SpellHolds" }, - { BotSettingCategories::SpellDelay, "SpellDelays" }, - { BotSettingCategories::SpellMinThreshold, "SpellMinThresholds" }, - { BotSettingCategories::SpellMaxThreshold, "SpellMaxThresholds" }, - { BotSettingCategories::SpellTypeAggroCheck, "SpellAggroChecks" }, - { BotSettingCategories::SpellTypeMinManaPct, "SpellMinManaPct" }, - { BotSettingCategories::SpellTypeMaxManaPct, "SpellMaxManaPct" }, - { BotSettingCategories::SpellTypeMinHPPct, "SpellMinHPPct" }, - { BotSettingCategories::SpellTypeMaxHPPct, "SpellMaxHPPct" }, - { BotSettingCategories::SpellTypeIdlePriority, "SpellIdlePriority" }, - { BotSettingCategories::SpellTypeEngagedPriority, "SpellEngagedPriority" }, - { BotSettingCategories::SpellTypePursuePriority, "SpellPursuePriority" }, - { BotSettingCategories::SpellTypeAEOrGroupTargetCount, "SpellTargetCounts" }, - { BotSettingCategories::SpellTypeRecastDelay, "SpellRecastDelay" } + { BotSettingCategories::BaseSetting, "BaseSetting" }, + { BotSettingCategories::SpellHold, "SpellHolds" }, + { BotSettingCategories::SpellDelay, "SpellDelays" }, + { BotSettingCategories::SpellMinThreshold, "SpellMinThresholds" }, + { BotSettingCategories::SpellMaxThreshold, "SpellMaxThresholds" }, + { BotSettingCategories::SpellTypeAggroCheck, "SpellAggroChecks" }, + { BotSettingCategories::SpellTypeMinManaPct, "SpellMinManaPct" }, + { BotSettingCategories::SpellTypeMaxManaPct, "SpellMaxManaPct" }, + { BotSettingCategories::SpellTypeMinHPPct, "SpellMinHPPct" }, + { BotSettingCategories::SpellTypeMaxHPPct, "SpellMaxHPPct" }, + { BotSettingCategories::SpellTypeIdlePriority, "SpellIdlePriority" }, + { BotSettingCategories::SpellTypeEngagedPriority, "SpellEngagedPriority" }, + { BotSettingCategories::SpellTypePursuePriority, "SpellPursuePriority" }, + { BotSettingCategories::SpellTypeAEOrGroupTargetCount, "SpellTargetCounts" }, + { BotSettingCategories::SpellTypeRecastDelay, "SpellRecastDelay" } }; namespace BotPriorityCategories { // Update GetBotSpellCategoryName as needed diff --git a/zone/client.h b/zone/client.h index 7a1d13e36..bfd02cce3 100644 --- a/zone/client.h +++ b/zone/client.h @@ -198,17 +198,17 @@ struct RespawnOption }; struct BotCommandHelpParams { - std::vector description = {}; - std::vector notes = {}; - std::vector example_format = {}; - std::vector examples_one = {}; - std::vector examples_two = {}; - std::vector examples_three = {}; - std::vector actionables = {}; - std::vector options = {}; - std::vector options_one = {}; - std::vector options_two = {}; - std::vector options_three = {}; + std::vector description = {}; + std::vector notes = {}; + std::vector example_format = {}; + std::vector examples_one = {}; + std::vector examples_two = {}; + std::vector examples_three = {}; + std::vector actionables = {}; + std::vector options = {}; + std::vector options_one = {}; + std::vector options_two = {}; + std::vector options_three = {}; }; // do not ask what all these mean because I have no idea!