normalize includes: gm commands

This commit is contained in:
brainiac
2025-12-18 01:06:22 -08:00
committed by Alex
parent 2af5f99fff
commit 2bff404d22
293 changed files with 455 additions and 644 deletions
+6 -7
View File
@@ -1,13 +1,12 @@
#include "../client.h"
#include "../worldserver.h"
#include "../queryserv.h"
#include "zone/client.h"
#include "zone/doors.h"
#include "zone/guild_mgr.h"
#include "zone/queryserv.h"
#include "zone/worldserver.h"
extern WorldServer worldserver;
extern QueryServ *QServ;
#include "../guild_mgr.h"
#include "../doors.h"
void SendGuildSubCommands(Client* c)
{
c->Message(Chat::White, "#guild create [Character ID|Character Name] [Guild Name]");
@@ -691,4 +690,4 @@ void command_guild(Client* c, const Seperator* sep)
// }
}
}
}
}