[12709] Add some safety to some preprocessor defines (original author @Schmoozerd)

This commit is contained in:
sanctum32 2013-10-21 17:24:16 +03:00 committed by Antz
parent b077ec4fe3
commit 8f8068714c
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ class SqlStmtParameters;
class SqlParamBinder;
class Database;
#define MAX_QUERY_LEN 32*1024
#define MAX_QUERY_LEN (32*1024)
//
class MANGOS_DLL_SPEC SqlConnection

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12708"
#define REVISION_NR "12709"
#endif // __REVISION_NR_H__