mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Account data saving must work now
This commit is contained in:
parent
97bf2e7d68
commit
6496f7499e
13 changed files with 87 additions and 71 deletions
|
|
@ -31,7 +31,7 @@ class SqlQueryHolder;
|
|||
typedef HM_NAMESPACE::hash_map<ZThread::ThreadImpl*, SqlTransaction*> TransactionQueues;
|
||||
typedef HM_NAMESPACE::hash_map<ZThread::ThreadImpl*, SqlResultQueue*> QueryQueues;
|
||||
|
||||
#define MAX_QUERY_LEN 1024
|
||||
#define MAX_QUERY_LEN 5*1024
|
||||
|
||||
class MANGOS_DLL_SPEC Database
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue