summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dalstorage.h')
-rw-r--r--src/dalstorage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dalstorage.h b/src/dalstorage.h
index ae22b65f..c2257c6e 100644
--- a/src/dalstorage.h
+++ b/src/dalstorage.h
@@ -114,6 +114,12 @@ class DALStorage: public Storage
doesCharacterNameExists(std::string name);
/**
+ * Tells the map name from the map id
+ */
+ const std::string
+ getMapNameFromId(const unsigned int mapId);
+
+ /**
* Save changes to the database permanently.
*
* @exception tmwserv::dal::DbSqlQueryExecFailure.