mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Fixed: pet spells, possible sql injection, increased sql query size once again
This commit is contained in:
parent
11d5269853
commit
3e8ebb024f
5 changed files with 83 additions and 84 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 5*1024
|
||||
#define MAX_QUERY_LEN 32*1024
|
||||
|
||||
class MANGOS_DLL_SPEC Database
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue