mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-06 15:23:53 +00:00
7 lines
107 B
C++
7 lines
107 B
C++
#include "zone/client.h"
|
|
|
|
void ShowTraps(Client *c, const Seperator *sep)
|
|
{
|
|
entity_list.GetTrapInfo(c);
|
|
}
|