mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Fix SQL file name after pull request, and fix compile on linux.
This commit is contained in:
@@ -33,6 +33,7 @@ enum ConnectionFlags
|
||||
{
|
||||
CONNECTION_ASYNC = 0x1,
|
||||
CONNECTION_SYNCH = 0x2,
|
||||
CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH;
|
||||
};
|
||||
|
||||
struct MySQLConnectionInfo
|
||||
|
||||
Reference in New Issue
Block a user