[Cleanup] Remove unused BotAA struct in bot_structs.h (#3038)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-05 12:19:52 -05:00 committed by GitHub
parent e8cc160572
commit 4572dbc426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -832,7 +832,6 @@ private:
std::shared_ptr<HealRotation> m_member_of_heal_rotation;
std::map<uint32, BotAA> botAAs;
InspectMessage_Struct _botInspectMessage;
bool _altoutofcombatbehavior;
bool _showhelm;

View File

@ -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;