mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 10:51:30 +00:00
WHAT
This commit is contained in:
parent
75d9e6ffaf
commit
8a0ef65373
@ -34,6 +34,7 @@
|
||||
#endif
|
||||
|
||||
//#define FMT_HEADER_ONLY
|
||||
#undef FMT_HEADER_ONLY
|
||||
#include <fmt/core.h>
|
||||
#include "types.h"
|
||||
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
#include "../../database.h"
|
||||
#include "../../strings.h"
|
||||
#include <ctime>
|
||||
#include <fmt/format.h>
|
||||
|
||||
class BaseCharacterExpeditionLockoutsRepository {
|
||||
public:
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
#include "zoneserver.h"
|
||||
#include "../common/eqemu_logsys.h"
|
||||
#include "../common/repositories/instance_list_repository.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
extern ClientList client_list;
|
||||
extern ZSList zoneserver_list;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include "expedition.h"
|
||||
#include "string_ids.h"
|
||||
#include "worldserver.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
#include "bot.h"
|
||||
#include "../common/events/player_event_logs.h"
|
||||
#include "worldserver.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user