From e9eda2b0d0019890cd404e4af25b7adf349e288f Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Fri, 27 Feb 2015 02:24:07 -0500 Subject: Don't start a server for map migration --- src/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 073f9314d..a4fd8406b 100644 --- a/src/map.h +++ b/src/map.h @@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/container.h" #include "nodetimer.h" +class Settings; class Database; class ClientMap; class MapSector; @@ -445,6 +446,7 @@ public: /* Database functions */ + static Database *createDatabase(const std::string &name, const std::string &savedir, Settings &conf); // Verify we can read/write to the database void verifyDatabase(); -- cgit v1.2.3