mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 01:02:24 +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::shared_ptr<HealRotation> m_member_of_heal_rotation;
|
||||||
|
|
||||||
std::map<uint32, BotAA> botAAs;
|
|
||||||
InspectMessage_Struct _botInspectMessage;
|
InspectMessage_Struct _botInspectMessage;
|
||||||
bool _altoutofcombatbehavior;
|
bool _altoutofcombatbehavior;
|
||||||
bool _showhelm;
|
bool _showhelm;
|
||||||
|
|||||||
@ -55,12 +55,6 @@ struct BotCastingRoles {
|
|||||||
//bool RaidDoter;
|
//bool RaidDoter;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct BotAA {
|
|
||||||
uint32 aa_id;
|
|
||||||
uint8 req_level;
|
|
||||||
uint8 total_levels;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct BotSpellSetting {
|
struct BotSpellSetting {
|
||||||
int16 priority;
|
int16 priority;
|
||||||
uint8 min_level;
|
uint8 min_level;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user