mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Cleanup] Remove unused bot structs in bot_structs.h (#3037)
# Notes - These are unused.
This commit is contained in:
parent
8c9adca852
commit
e8cc160572
@ -34,22 +34,6 @@ struct BotsAvailableList {
|
||||
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 {
|
||||
uint16 SpellId;
|
||||
int SpellIndex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user