summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-03 09:15:29 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-03 09:15:29 +0000
commit9d3984c630ddb7a3f9aa29e456e05d8e82f617c5 (patch)
tree88f120493529133c48b541dadf85303c125662e9 /src/map/itemdb.c
parent8858572dd6887a2c41f9b4d64df3e1491dd3c452 (diff)
downloadhercules-9d3984c630ddb7a3f9aa29e456e05d8e82f617c5.tar.gz
hercules-9d3984c630ddb7a3f9aa29e456e05d8e82f617c5.tar.bz2
hercules-9d3984c630ddb7a3f9aa29e456e05d8e82f617c5.tar.xz
hercules-9d3984c630ddb7a3f9aa29e456e05d8e82f617c5.zip
* Removed leftovers of the item_value_db.txt feature (bugreport:2031, since athena-dev-2.1.1-mod377, followup to pre-svn 2004/05/29).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14553 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index 10341ff0f..ce10f4f39 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -835,8 +835,6 @@ static bool itemdb_parse_dbrow(char** str, const char* source, int line, int scr
id->look = atoi(str[18]);
id->flag.available = 1;
- id->flag.value_notdc = 0;
- id->flag.value_notoc = 0;
id->view_id = 0;
id->sex = itemdb_gendercheck(id); //Apply gender filtering.