mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
9 lines
252 B
C++
Executable File
9 lines
252 B
C++
Executable File
#include "../client.h"
|
|
|
|
void command_reloadzps(Client *c, const Seperator *sep)
|
|
{
|
|
content_db.LoadStaticZonePoints(&zone->zone_point_list, zone->GetShortName(), zone->GetInstanceVersion());
|
|
c->Message(Chat::White, "Reloading server zone_points.");
|
|
}
|
|
|