From 4572dbc42618467a4ae115beba754f05fa1b5969 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:19:52 -0500 Subject: [PATCH] [Cleanup] Remove unused BotAA struct in bot_structs.h (#3038) # Notes - This is unused. --- zone/bot.h | 1 - zone/bot_structs.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/zone/bot.h b/zone/bot.h index fdddfe172..ffd04cf26 100644 --- a/zone/bot.h +++ b/zone/bot.h @@ -832,7 +832,6 @@ private: std::shared_ptr m_member_of_heal_rotation; - std::map botAAs; InspectMessage_Struct _botInspectMessage; bool _altoutofcombatbehavior; bool _showhelm; diff --git a/zone/bot_structs.h b/zone/bot_structs.h index 5ae2b9c00..5264c4ef9 100644 --- a/zone/bot_structs.h +++ b/zone/bot_structs.h @@ -55,12 +55,6 @@ struct BotCastingRoles { //bool RaidDoter; }; -struct BotAA { - uint32 aa_id; - uint8 req_level; - uint8 total_levels; -}; - struct BotSpellSetting { int16 priority; uint8 min_level;