mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 09:22:24 +00:00
WHAT
This commit is contained in:
parent
75d9e6ffaf
commit
8a0ef65373
@ -34,6 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define FMT_HEADER_ONLY
|
//#define FMT_HEADER_ONLY
|
||||||
|
#undef FMT_HEADER_ONLY
|
||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,7 @@
|
|||||||
#include "../../database.h"
|
#include "../../database.h"
|
||||||
#include "../../strings.h"
|
#include "../../strings.h"
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
class BaseCharacterExpeditionLockoutsRepository {
|
class BaseCharacterExpeditionLockoutsRepository {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
#include "zoneserver.h"
|
#include "zoneserver.h"
|
||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
#include "../common/repositories/instance_list_repository.h"
|
#include "../common/repositories/instance_list_repository.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
extern ClientList client_list;
|
extern ClientList client_list;
|
||||||
extern ZSList zoneserver_list;
|
extern ZSList zoneserver_list;
|
||||||
|
|||||||
@ -69,6 +69,7 @@ extern volatile bool RunLoops;
|
|||||||
#include "../common/events/player_events.h"
|
#include "../common/events/player_events.h"
|
||||||
#include "../common/events/player_event_logs.h"
|
#include "../common/events/player_event_logs.h"
|
||||||
#include "dialogue_window.h"
|
#include "dialogue_window.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
|
|
||||||
extern QueryServ* QServ;
|
extern QueryServ* QServ;
|
||||||
|
|||||||
@ -23,6 +23,7 @@
|
|||||||
#include "expedition.h"
|
#include "expedition.h"
|
||||||
#include "string_ids.h"
|
#include "string_ids.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
|
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
#include "bot.h"
|
#include "bot.h"
|
||||||
#include "../common/events/player_event_logs.h"
|
#include "../common/events/player_event_logs.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
#include "zonedb.h"
|
#include "zonedb.h"
|
||||||
#include "../common/repositories/expedition_lockouts_repository.h"
|
#include "../common/repositories/expedition_lockouts_repository.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
extern Zone* zone;
|
extern Zone* zone;
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
#include "raids.h"
|
#include "raids.h"
|
||||||
#include "string_ids.h"
|
#include "string_ids.h"
|
||||||
#include "../common/repositories/character_expedition_lockouts_repository.h"
|
#include "../common/repositories/character_expedition_lockouts_repository.h"
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
constexpr char SystemName[] = "expedition";
|
constexpr char SystemName[] = "expedition";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user