mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 21:12:26 +00:00
[Cleanup] Remove unused BotAA struct in bot_structs.h (#3038)
# Notes - This is unused.
This commit is contained in:
parent
e8cc160572
commit
4572dbc426
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user