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;