mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
0550fcfd3f
* Split GM commands into their own files * Code cleanup
9 lines
135 B
C++
Executable File
9 lines
135 B
C++
Executable File
#include "../client.h"
|
|
#include "../corpse.h"
|
|
|
|
void command_corpsefix(Client *c, const Seperator *sep)
|
|
{
|
|
entity_list.CorpseFix(c);
|
|
}
|
|
|