mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Fix] #rq and #reload quest alias (#4694)
This commit is contained in:
parent
9fd935ef10
commit
44963f3f21
@ -67,7 +67,7 @@ namespace ServerReload {
|
|||||||
"Objects",
|
"Objects",
|
||||||
"Opcodes",
|
"Opcodes",
|
||||||
"Perl Event Export Settings",
|
"Perl Event Export Settings",
|
||||||
"Quests",
|
"Quest",
|
||||||
"Quests With Timer (Resets timer events)",
|
"Quests With Timer (Resets timer events)",
|
||||||
"Rules",
|
"Rules",
|
||||||
"Skill Caps",
|
"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)
|
void command_reload(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
std::string command = sep->arg[0] ? sep->arg[0] : "";
|
std::string command = sep->arg[0] ? sep->arg[0] : "";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user