From 36a1d5dbcb625b725320da30cb4d287a6d869060 Mon Sep 17 00:00:00 2001 From: Ruined1 Date: Mon, 11 Jun 2018 04:16:12 -0400 Subject: [PATCH] Update dbconfig.txt Update DBVERSION from 2 to 3, which is the latest for clean installs --- 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 a962b4b685c..37768b61732 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 2 +DB_VERSION 3 ## Server the MySQL database can be found at. # Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.