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