added simple anti flood system
[NeonServV5.git] / src / mysqlConn.c
index 437821a5bf81f21ed1c9b3fc7906a14e1081c90b..02165281f6500961a2cc108ed5b1a2b602427c31 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "3"
+#define DATABASE_VERSION "5"
 
 struct used_result {
     MYSQL_RES *result;