mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Update src/server/shared/Database/MySQLConnection.h
This commit is contained in:
@@ -33,7 +33,7 @@ enum ConnectionFlags
|
||||
{
|
||||
CONNECTION_ASYNC = 0x1,
|
||||
CONNECTION_SYNCH = 0x2,
|
||||
CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH;
|
||||
CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH,
|
||||
};
|
||||
|
||||
struct MySQLConnectionInfo
|
||||
|
||||
Reference in New Issue
Block a user