mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
9 lines
116 B
C++
Executable File
9 lines
116 B
C++
Executable File
#include "../client.h"
|
|
|
|
void command_profilereset(Client *c, const Seperator *sep)
|
|
{
|
|
ResetZoneProfile();
|
|
}
|
|
#endif
|
|
|