summaryrefslogtreecommitdiff
path: root/src/map/itemdb.h
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-27 05:04:10 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-27 05:04:10 +0000
commitd57579a58d5035d48fc1f7a42c833cb47ae571b9 (patch)
tree69c54095f9cfc977367b6cc3e76b7ec26bed1412 /src/map/itemdb.h
parent8c819cb2129210737155474c980be5ed157d4979 (diff)
downloadhercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.gz
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.bz2
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.xz
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.zip
Removed useless read-from-GRF features
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9725 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r--src/map/itemdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h
index f1e97227c..85a0cdb21 100644
--- a/src/map/itemdb.h
+++ b/src/map/itemdb.h
@@ -37,7 +37,6 @@ struct item_data {
int nameid;
char name[ITEM_NAME_LENGTH],jname[ITEM_NAME_LENGTH];
char prefix[NAME_LENGTH],suffix[NAME_LENGTH];
- char cardillustname[64];
//Do not add stuff between value_buy and wlv (see how getiteminfo works)
int value_buy;
int value_sell;