diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 18:01:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 18:01:01 +0000 |
commit | 1e6f5283eceff138873ec54159ad8f716ed39b45 (patch) | |
tree | 94b13a2ffa13a8980af177f38dd82a0b8d778d8b /src/resources/itemdb.h | |
parent | e50461677bf9f456cb912f5d318a769c3f4724ea (diff) | |
download | mana-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.gz mana-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.bz2 mana-1e6f5283eceff138873ec54159ad8f716ed39b45.tar.xz mana-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.h | 6 |
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();
|