mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
[Cleanup] Remove command_showpetspell in zone/command.h (#3430)
# Notes - This is unused.
This commit is contained in:
parent
8c9849ec73
commit
2a679f1002
@ -249,7 +249,6 @@ void command_setxp(Client *c, const Seperator *sep);
|
|||||||
void command_showbuffs(Client *c, const Seperator *sep);
|
void command_showbuffs(Client *c, const Seperator *sep);
|
||||||
void command_shownumhits(Client *c, const Seperator *sep);
|
void command_shownumhits(Client *c, const Seperator *sep);
|
||||||
void command_shownpcgloballoot(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_showskills(Client *c, const Seperator *sep);
|
||||||
void command_showspellslist(Client *c, const Seperator *sep);
|
void command_showspellslist(Client *c, const Seperator *sep);
|
||||||
void command_showstats(Client *c, const Seperator *sep);
|
void command_showstats(Client *c, const Seperator *sep);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user