Groundwork for world content service and content filtering

This commit is contained in:
Akkadius
2020-04-01 06:07:44 -05:00
parent 58534dea16
commit 72b1e58edb
8 changed files with 311 additions and 0 deletions
+2
View File
@@ -90,6 +90,7 @@ union semun {
#include "../common/net/servertalk_server.h"
#include "../zone/data_bucket.h"
#include "world_server_command_handler.h"
#include "../common/content/world_content_service.h"
ClientList client_list;
GroupLFPList LFPGroupList;
@@ -106,6 +107,7 @@ uint32 numzones = 0;
bool holdzones = false;
const WorldConfig *Config;
EQEmuLogSys LogSys;
WorldContentService content_service;
WebInterfaceList web_interface;
void CatchSignal(int sig_num);