mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
9 lines
174 B
C++
Executable File
9 lines
174 B
C++
Executable File
#include "../client.h"
|
|
|
|
void command_reloadstatic(Client *c, const Seperator *sep)
|
|
{
|
|
c->Message(Chat::White, "Reloading zone static data...");
|
|
zone->ReloadStaticData();
|
|
}
|
|
|