[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
2 changed files with 9 additions and 1 deletions
+8
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] : "";