mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
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);
|
|
}
|
|
|