From 11963a158c74764ea8af41245815042e7ce6bc38 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:32:38 -0600 Subject: [PATCH] Update bot.h --- zone/bot.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/bot.h b/zone/bot.h index 4d779534b..c792430a3 100644 --- a/zone/bot.h +++ b/zone/bot.h @@ -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; };