This commit is contained in:
Akkadius
2023-12-16 18:54:25 -06:00
parent e9ca2b4202
commit 75d9e6ffaf
36 changed files with 54 additions and 48 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
#include "dialogue_window.h"
#include "mob.h"
#include <fmt/format.h>
#include <fmt/core.h>
extern QueryServ* QServ;
extern WorldServer worldserver;
+1 -1
View File
@@ -29,7 +29,7 @@
#include "bot.h"
#include "client.h"
#include <fmt/format.h>
#include <fmt/core.h>
bool BotDatabase::LoadBotCommandSettings(std::map<std::string, std::pair<uint8, std::vector<std::string>>> &bot_command_settings)
+1 -1
View File
@@ -1,7 +1,7 @@
#include <string.h>
#include <algorithm>
#include <thread>
#include <fmt/format.h>
#include <fmt/core.h>
#include "../common/repositories/command_subsettings_repository.h"
#ifdef _WINDOWS
+1 -1
View File
@@ -2,7 +2,7 @@
#include "client.h"
#include "pathfinder_null.h"
#include "pathfinder_nav_mesh.h"
#include <fmt/format.h>
#include <fmt/core.h>
#include <sys/stat.h>
IPathfinder *IPathfinder::Load(const std::string &zone) {
+1 -1
View File
@@ -27,7 +27,7 @@
// fmt
//#include <fmt/format.h>
//#include <fmt/core.h>
//# include <fmt/core.h>
//# define FMT_STRING(s) s
+1 -1
View File
@@ -16,7 +16,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <fmt/format.h>
#include <fmt/core.h>
#include "../common/global_define.h"
#include "../common/types.h"
+1 -1
View File
@@ -25,7 +25,7 @@
#include <ctime>
#include <iostream>
#include <fmt/format.h>
#include <fmt/core.h>
extern Zone* zone;