This commit is contained in:
Akkadius
2023-12-16 18:59:11 -06:00
parent 75d9e6ffaf
commit 8a0ef65373
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ extern volatile bool RunLoops;
#include "../common/events/player_events.h"
#include "../common/events/player_event_logs.h"
#include "dialogue_window.h"
#include <fmt/format.h>
extern QueryServ* QServ;
+1
View File
@@ -23,6 +23,7 @@
#include "expedition.h"
#include "string_ids.h"
#include "worldserver.h"
#include <fmt/format.h>
extern WorldServer worldserver;
+1
View File
@@ -36,6 +36,7 @@
#include "bot.h"
#include "../common/events/player_event_logs.h"
#include "worldserver.h"
#include <fmt/format.h>
extern WorldServer worldserver;
+1
View File
@@ -26,6 +26,7 @@
#include "worldserver.h"
#include "zonedb.h"
#include "../common/repositories/expedition_lockouts_repository.h"
#include <fmt/format.h>
extern WorldServer worldserver;
extern Zone* zone;
+1
View File
@@ -25,6 +25,7 @@
#include "raids.h"
#include "string_ids.h"
#include "../common/repositories/character_expedition_lockouts_repository.h"
#include <fmt/format.h>
constexpr char SystemName[] = "expedition";