From e8cc160572fa02bf335bf3c7bdff6c585774c494 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:19:42 -0500 Subject: [PATCH] [Cleanup] Remove unused bot structs in bot_structs.h (#3037) # Notes - These are unused. --- zone/bot_structs.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/zone/bot_structs.h b/zone/bot_structs.h index 3328c637d..5ae2b9c00 100644 --- a/zone/bot_structs.h +++ b/zone/bot_structs.h @@ -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;