mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
[Cleanup] Remove command_unlock from zone/command.h (#3431)
# Notes - This is unused.
This commit is contained in:
parent
f7e2dbdce6
commit
021f04c17d
@ -273,7 +273,6 @@ void command_trapinfo(Client *c, const Seperator *sep);
|
|||||||
void command_tune(Client *c, const Seperator *sep);
|
void command_tune(Client *c, const Seperator *sep);
|
||||||
void command_undye(Client *c, const Seperator *sep);
|
void command_undye(Client *c, const Seperator *sep);
|
||||||
void command_unfreeze(Client *c, const Seperator *sep);
|
void command_unfreeze(Client *c, const Seperator *sep);
|
||||||
void command_unlock(Client *c, const Seperator *sep);
|
|
||||||
void command_unmemspell(Client *c, const Seperator *sep);
|
void command_unmemspell(Client *c, const Seperator *sep);
|
||||||
void command_unmemspells(Client *c, const Seperator *sep);
|
void command_unmemspells(Client *c, const Seperator *sep);
|
||||||
void command_unscribespell(Client *c, const Seperator *sep);
|
void command_unscribespell(Client *c, const Seperator *sep);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user