mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Fix] #rq and #reload quest alias (#4694)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#include <string>
|
||||
#include "../client.h"
|
||||
#include "../../common/strings.h"
|
||||
#include "../../common/server_reload_types.h"
|
||||
#include "../worldserver.h"
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
void command_reload(Client *c, const Seperator *sep)
|
||||
{
|
||||
std::string command = sep->arg[0] ? sep->arg[0] : "";
|
||||
|
||||
Reference in New Issue
Block a user