Update bot.h

This commit is contained in:
nytmyr
2025-01-31 14:32:38 -06:00
parent af4bbff05f
commit 11963a158c
-2
View File
@@ -115,8 +115,6 @@ namespace BotSettingCategories { // Update GetBotSpellCategoryName as needed
constexpr uint16 START_NO_BASE = BotSettingCategories::SpellHold;
constexpr uint16 START_CLIENT = BotSettingCategories::SpellDelay;
constexpr uint16 END_CLIENT = BotSettingCategories::SpellMaxThreshold;
constexpr uint16 END = BotSettingCategories::SpellTypeAEOrGroupTargetCount;
constexpr uint16 END_FULL = BotSettingCategories::SpellTypeRecastDelay;
constexpr uint16 END = BotSettingCategories::SpellTypeAnnounceCast;
};