summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-14 08:05:57 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-14 08:05:57 +0000
commit46e3a8ecf6c3582876e195a62add9a5ccf3dd62c (patch)
treeef326fa4e4ca883f56e52902989324e67f91446c /src/map/itemdb.h
parent941f5e48a3847e968e57f1f3b0a56cd2ed097682 (diff)
downloadhercules-46e3a8ecf6c3582876e195a62add9a5ccf3dd62c.tar.gz
hercules-46e3a8ecf6c3582876e195a62add9a5ccf3dd62c.tar.bz2
hercules-46e3a8ecf6c3582876e195a62add9a5ccf3dd62c.tar.xz
hercules-46e3a8ecf6c3582876e195a62add9a5ccf3dd62c.zip
Added equipment max-level support as per manager Kenpachi request (required for upcoming renewal items).
- in renewal mode item_db's elv field now supports a optional elvmax separated by a colon, example: - 65:70 in the elv field means the item can only be worn by characters whose level is within 65~70 base level range. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16632 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index d39966285..4d4b62818 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -105,7 +105,8 @@ struct item_data {
int wlv;
int view_id;
#ifdef RENEWAL
- int matk;//[RRInd] -- used in RE for matk
+ int matk;
+ int elvmax;/* maximum level for this item */
#endif
int delay;