mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Fixed build
Fixed wrong header includes in new database files, thx Thyros --HG-- branch : trunk
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "LoginDatabase.h"
|
||||
#include "CharacterDatabase.h"
|
||||
|
||||
bool CharacterDatabaseConnection::Open(const std::string& infoString)
|
||||
{
|
||||
@@ -27,4 +27,4 @@ bool CharacterDatabaseConnection::Open(const std::string& infoString)
|
||||
*/
|
||||
|
||||
return MySQLConnection::Open(infoString);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user