mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
[API] Reload API (#2716)
* [API] Reload API * Update eqemu_api_world_data_service.cpp * Add api get_reload_types * Update eqemu_api_world_data_service.cpp
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
|
||||
class EQEmuApiWorldDataService {
|
||||
public:
|
||||
static void get(Json::Value &response, const std::vector<std::string> &args);
|
||||
static void get(Json::Value &r, const std::vector<std::string> &args);
|
||||
static void reload(Json::Value &r, const std::vector<std::string> &args);
|
||||
static void message(Json::Value &r, const std::string &message);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user