diff --git a/sql/create/drop_mysql_8.sql b/sql/create/drop_mysql_8.sql index 213bc2e926c..b4a06e76781 100644 --- a/sql/create/drop_mysql_8.sql +++ b/sql/create/drop_mysql_8.sql @@ -7,3 +7,5 @@ DROP DATABASE IF EXISTS `world`; DROP DATABASE IF EXISTS `characters`; DROP DATABASE IF EXISTS `auth`; + +DROP DATABASE IF EXISTS `hotfixes`;