summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 18:01:01 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 18:01:01 +0000
commit1e6f5283eceff138873ec54159ad8f716ed39b45 (patch)
tree94b13a2ffa13a8980af177f38dd82a0b8d778d8b /src/resources/itemdb.h
parente50461677bf9f456cb912f5d318a769c3f4724ea (diff)
downloadmana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.gz
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.bz2
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.xz
mana-client-1e6f5283eceff138873ec54159ad8f716ed39b45.zip
Load the databases at the start of the LOGIN state, after the updates are
loaded.
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index 5922984a..c080194b 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -29,17 +29,17 @@
#include <map>
/**
- * The namespace that holds the item information
+ * The namespace that holds the item information.
*/
namespace ItemDB
{
/**
- * Loads the item data from Items.xml
+ * Loads the item data from <code>items.xml</code>.
*/
void load();
/**
- * Frees item data
+ * Frees item data.
*/
void unload();