Correction for unix

Corrected case sensitive library name and slash path for unix
compatibility
This commit is contained in:
Corsol 2015-08-10 15:11:17 +02:00 committed by Antz
parent 71497daebf
commit d6494d7c6b
3 changed files with 3 additions and 3 deletions

2
src/game/Server/DB2Stores.h Normal file → Executable file
View 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>