This commit is contained in:
Akkadius 2023-12-16 19:03:39 -06:00
parent 8a0ef65373
commit 77597c7868
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "dynamic_zone.h"
#include "string_ids.h"
#include "../common/events/player_event_logs.h"
#include <fmt/format.h>
#define EBON_CRYSTAL 40902
#define RADIANT_CRYSTAL 40903

View File

@ -9,6 +9,7 @@
#include "tasks.h"
#include "zonedb.h"
#include "../common/repositories/character_task_timers_repository.h"
#include <fmt/format.h>
extern QueryServ *QServ;