mirror of
https://github.com/mangosfour/server.git
synced 2025-12-11 16:37:03 +00:00
Correction for unix
Corrected case sensitive library name and slash path for unix compatibility
This commit is contained in:
parent
71497daebf
commit
d6494d7c6b
3 changed files with 3 additions and 3 deletions
2
src/game/Server/DB2Stores.h
Normal file → Executable file
2
src/game/Server/DB2Stores.h
Normal file → Executable file
|
|
@ -26,7 +26,7 @@
|
|||
#define MANGOS_DB2STORES_H
|
||||
|
||||
#include "Common.h"
|
||||
#include "Datastores/DB2Store.h"
|
||||
#include "DataStores/DB2Store.h"
|
||||
#include "DB2Structure.h"
|
||||
|
||||
#include <list>
|
||||
|
|
|
|||
2
src/shared/DataStores/DB2FileLoader.h
Normal file → Executable file
2
src/shared/DataStores/DB2FileLoader.h
Normal file → Executable file
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/ByteConverter.h"
|
||||
#include "Common\Common.h"
|
||||
#include "Common/Common.h"
|
||||
#include <cassert>
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
src/shared/DataStores/DBCFileLoader.h
Normal file → Executable file
2
src/shared/DataStores/DBCFileLoader.h
Normal file → Executable file
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#include "Platform/Define.h"
|
||||
#include "Utilities/ByteConverter.h"
|
||||
#include "Common/Common.h"
|
||||
#include <cassert>
|
||||
#include "Common\Common.h"
|
||||
|
||||
/**
|
||||
* @brief
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue