mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 23:18:22 +00:00
[Fix] #rq and #reload quest alias (#4694)
This commit is contained in:
@@ -67,7 +67,7 @@ namespace ServerReload {
|
||||
"Objects",
|
||||
"Opcodes",
|
||||
"Perl Event Export Settings",
|
||||
"Quests",
|
||||
"Quest",
|
||||
"Quests With Timer (Resets timer events)",
|
||||
"Rules",
|
||||
"Skill Caps",
|
||||
|
||||
@@ -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