From d6494d7c6bdf3b1a79b32791b5eb205ed5899ea9 Mon Sep 17 00:00:00 2001 From: Corsol Date: Mon, 10 Aug 2015 15:11:17 +0200 Subject: [PATCH] Correction for unix Corrected case sensitive library name and slash path for unix compatibility --- src/game/Server/DB2Stores.h | 2 +- src/shared/DataStores/DB2FileLoader.h | 2 +- src/shared/DataStores/DBCFileLoader.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 src/game/Server/DB2Stores.h mode change 100644 => 100755 src/shared/DataStores/DB2FileLoader.h mode change 100644 => 100755 src/shared/DataStores/DBCFileLoader.h diff --git a/src/game/Server/DB2Stores.h b/src/game/Server/DB2Stores.h old mode 100644 new mode 100755 index 01c46a434..479fd2d9a --- a/src/game/Server/DB2Stores.h +++ b/src/game/Server/DB2Stores.h @@ -26,7 +26,7 @@ #define MANGOS_DB2STORES_H #include "Common.h" -#include "Datastores/DB2Store.h" +#include "DataStores/DB2Store.h" #include "DB2Structure.h" #include diff --git a/src/shared/DataStores/DB2FileLoader.h b/src/shared/DataStores/DB2FileLoader.h old mode 100644 new mode 100755 index a3422280c..29781cf4f --- a/src/shared/DataStores/DB2FileLoader.h +++ b/src/shared/DataStores/DB2FileLoader.h @@ -27,7 +27,7 @@ #include "Platform/Define.h" #include "Utilities/ByteConverter.h" -#include "Common\Common.h" +#include "Common/Common.h" #include /** diff --git a/src/shared/DataStores/DBCFileLoader.h b/src/shared/DataStores/DBCFileLoader.h old mode 100644 new mode 100755 index cdc26e1a6..f457fb2ae --- a/src/shared/DataStores/DBCFileLoader.h +++ b/src/shared/DataStores/DBCFileLoader.h @@ -27,8 +27,8 @@ #include "Platform/Define.h" #include "Utilities/ByteConverter.h" +#include "Common/Common.h" #include -#include "Common\Common.h" /** * @brief