mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 07:48:21 +00:00
[Cleanup] Remove unused bot structs in bot_structs.h (#3037)
# Notes - These are unused.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user