Skip to content

Commit

Permalink
Move header to fix Cata build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Oct 14, 2023
1 parent 5a0bf9d commit 3d9603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElunaUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#ifdef TRINITY
#include "QueryResult.h"
#include "Log.h"
#include "fmt/printf.h"
#ifdef CATA
#include "Object.h"
#endif
Expand Down Expand Up @@ -51,6 +50,7 @@ typedef QueryResult ElunaQuery;

#ifdef TRINITY
#ifdef WOTLK
#include "fmt/printf.h"
#define ELUNA_LOG_TC_FMT(TC_LOG_MACRO, ...) \
try { \
std::string message = fmt::sprintf(__VA_ARGS__); \
Expand Down

0 comments on commit 3d9603b

Please sign in to comment.