summaryrefslogtreecommitdiff
path: root/src/account-server/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/storage.h')
-rw-r--r--src/account-server/storage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/account-server/storage.h b/src/account-server/storage.h
index 8e7f90f3..a44156a4 100644
--- a/src/account-server/storage.h
+++ b/src/account-server/storage.h
@@ -339,6 +339,13 @@ class Storage
const std::string &value);
/**
+ * Gets the value of all world state variable of a specific map.
+ *
+ * @param mapId ID of the specific map
+ */
+ std::map<std::string, std::string> getAllWorldStateVars(int mapId);
+
+ /**
* Set the level on an account.
*
* @param id The id of the account