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