[Cleanup] Remove unused bot structs in bot_structs.h (#3037)

# Notes
- These are unused.
This commit is contained in:
Alex King 2023-03-05 12:19:42 -05:00 committed by GitHub
parent 8c9adca852
commit e8cc160572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,22 +34,6 @@ struct BotsAvailableList {
uint32 Owner_ID; uint32 Owner_ID;
}; };
struct BotGroup {
uint32 BotGroupID;
uint32 BotID;
};
struct BotGroupList {
std::string BotGroupName;
std::string BotGroupLeaderName;
};
struct SpawnedBotsList {
char BotName[64];
char ZoneName[64];
uint32 BotLeaderCharID;
};
struct BotSpell { struct BotSpell {
uint16 SpellId; uint16 SpellId;
int SpellIndex; int SpellIndex;