mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Commands] Remove #profiledump and #profilereset Commands. (#2546)
- These commands don't seem to be used anymore.
This commit is contained in:
parent
8f1b87c5e4
commit
b5035d7e03
@ -197,11 +197,6 @@ void command_petitioninfo(Client *c, const Seperator *sep);
|
|||||||
void command_picklock(Client *c, const Seperator *sep);
|
void command_picklock(Client *c, const Seperator *sep);
|
||||||
void command_profanity(Client *c, const Seperator *sep);
|
void command_profanity(Client *c, const Seperator *sep);
|
||||||
|
|
||||||
#ifdef EQPROFILE
|
|
||||||
void command_profiledump(Client *c, const Seperator *sep);
|
|
||||||
void command_profilereset(Client *c, const Seperator *sep);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void command_proximity(Client *c, const Seperator *sep);
|
void command_proximity(Client *c, const Seperator *sep);
|
||||||
void command_push(Client *c, const Seperator *sep);
|
void command_push(Client *c, const Seperator *sep);
|
||||||
void command_pvp(Client *c, const Seperator *sep);
|
void command_pvp(Client *c, const Seperator *sep);
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
#include "../client.h"
|
|
||||||
|
|
||||||
void command_profilereset(Client *c, const Seperator *sep)
|
|
||||||
{
|
|
||||||
ResetZoneProfile();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user