mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 17:11:29 +00:00
9 lines
139 B
C++
Executable File
9 lines
139 B
C++
Executable File
#include "zone/client.h"
|
|
#include "zone/corpse.h"
|
|
|
|
void command_corpsefix(Client *c, const Seperator *sep)
|
|
{
|
|
entity_list.CorpseFix(c);
|
|
}
|
|
|