From ed91723d63bb2c9f707d49beb0956887bcce0a26 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 21 May 2020 16:32:17 -0400 Subject: [PATCH] Fixed db version in dbconfig example file --- config/example/dbconfig.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example/dbconfig.txt b/config/example/dbconfig.txt index b1113fb625d..2ab248072cf 100644 --- a/config/example/dbconfig.txt +++ b/config/example/dbconfig.txt @@ -9,7 +9,7 @@ ## This value must be set to the version of the paradise schema in use. ## If this value does not match, the SQL database will not be loaded and an error will be generated. ## Roundstart will be delayed. -DB_VERSION 11 +DB_VERSION 12 ## Server the MySQL database can be found at. # Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.