Skip to content

Commit

Permalink
[Cleanup] Remove unused ^evacuate and ^succor subcommands from bot_co…
Browse files Browse the repository at this point in the history
…mmand.h (EQEmu#3039)

# Notes
- These are unused.
  • Loading branch information
Kinglykrab authored and nytmyr committed Mar 24, 2023
1 parent b103298 commit d085a39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zone/bot_command.h
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,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);
Expand Down Expand Up @@ -759,7 +758,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
Expand Down

0 comments on commit d085a39

Please sign in to comment.