[Fix] #rq and #reload quest alias (#4694)

This commit is contained in:
Chris Miles 2025-02-18 13:28:07 -06:00 committed by GitHub
parent 9fd935ef10
commit 44963f3f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace ServerReload {
"Objects",
"Opcodes",
"Perl Event Export Settings",
"Quests",
"Quest",
"Quests With Timer (Resets timer events)",
"Rules",
"Skill Caps",

View File

@ -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] : "";