Skip to content

Commit

Permalink
[Cleanup] Remove unused bot structs in bot_structs.h (#3037)
Browse files Browse the repository at this point in the history
# Notes
- These are unused.
  • Loading branch information
Kinglykrab committed Mar 5, 2023
1 parent 8c9adca commit e8cc160
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions zone/bot_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8cc160

Please sign in to comment.