summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-06-07 18:39:24 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-06-07 18:52:06 +0200
commitbe64806b1f8f3da2459771e268fd839ee04aa7ba (patch)
tree819eb073f522195e3ddfe8750e0a722c01a91bba /src/resources/itemdb.h
parent91f54b7fc9c1ad35316575ef10983a0eabafbe83 (diff)
downloadmana-client-be64806b1f8f3da2459771e268fd839ee04aa7ba.tar.gz
mana-client-be64806b1f8f3da2459771e268fd839ee04aa7ba.tar.bz2
mana-client-be64806b1f8f3da2459771e268fd839ee04aa7ba.tar.xz
mana-client-be64806b1f8f3da2459771e268fd839ee04aa7ba.zip
Merged the unknown item definition loading
and added the default hit effects on it. Reviewed-by: Jaxad0127.
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index aa6e62c0..80f4bea9 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -115,10 +115,15 @@ class ItemDB
virtual void checkItemInfo(ItemInfo* itemInfo);
/**
- * Register the item to mItemInfos and mNamedItemsInfos
+ * Registers the item to mItemInfos and mNamedItemsInfos
*/
void addItem(ItemInfo *itemInfo);
+ /**
+ * Loads the empty item definition.
+ */
+ void loadEmptyItemDefinition();
+
// Default unknown reference
ItemInfo *mUnknown;