From 67df6f62b74446fbe30f2d605deba4a8026e85bf Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:19:58 -0500 Subject: [PATCH] [Cleanup] Remove unused ^evacuate and ^succor subcommands from bot_command.h (#3039) # Notes - These are unused. --- zone/bot_command.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/bot_command.h b/zone/bot_command.h index 480371537..723597df7 100644 --- a/zone/bot_command.h +++ b/zone/bot_command.h @@ -639,7 +639,6 @@ void bot_subcommand_botgroup_list(Client *c, const Seperator *sep); void bot_subcommand_botgroup_load(Client *c, const Seperator *sep); void bot_subcommand_botgroup_remove_member(Client *c, const Seperator *sep); void bot_subcommand_circle(Client *c, const Seperator *sep); -void bot_subcommand_evacuate(Client *c, const Seperator *sep); void bot_subcommand_heal_rotation_adaptive_targeting(Client *c, const Seperator *sep); void bot_subcommand_heal_rotation_add_member(Client *c, const Seperator *sep); void bot_subcommand_heal_rotation_add_target(Client *c, const Seperator *sep); @@ -668,7 +667,6 @@ void bot_subcommand_pet_get_lost(Client *c, const Seperator *sep); void bot_subcommand_pet_remove(Client *c, const Seperator *sep); void bot_subcommand_pet_set_type(Client *c, const Seperator *sep); void bot_subcommand_portal(Client *c, const Seperator *sep); -void bot_subcommand_succor(Client *c, const Seperator *sep); // bot command helpers