From 2a679f10024b4fbbb9d754a01ea01357b2f203e6 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:09:51 -0400 Subject: [PATCH] [Cleanup] Remove command_showpetspell in zone/command.h (#3430) # Notes - This is unused. --- zone/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.h b/zone/command.h index 914f6442b..71720a65d 100644 --- a/zone/command.h +++ b/zone/command.h @@ -249,7 +249,6 @@ void command_setxp(Client *c, const Seperator *sep); void command_showbuffs(Client *c, const Seperator *sep); void command_shownumhits(Client *c, const Seperator *sep); void command_shownpcgloballoot(Client *c, const Seperator *sep); -void command_showpetspell(Client *c, const Seperator *sep); void command_showskills(Client *c, const Seperator *sep); void command_showspellslist(Client *c, const Seperator *sep); void command_showstats(Client *c, const Seperator *sep);