From 059ae946435c89351b95d9a647e7cc37541ba5e2 Mon Sep 17 00:00:00 2001 From: epoque11 Date: Mon, 9 Apr 2012 22:56:59 +0000 Subject: - Spring cleaning of various source files - Removed unused src/map/config/Skills/Mage_Classes.h file git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15837 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/itemdb.c') diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 73ab0de91..d2386cad0 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -799,7 +799,7 @@ static bool itemdb_parse_dbrow(char** str, const char* source, int line, int scr id->value_buy, id->value_sell, nameid, id->jname); id->weight = atoi(str[6]); -#if REMODE +#ifdef RENEWAL itemdb_re_split_atoi(str[7],&id->atk,&id->matk); #else id->atk = atoi(str[7]); @@ -985,7 +985,7 @@ static int itemdb_readdb(void) *======================================*/ static int itemdb_read_sqldb(void) { -#if REMODE +#ifdef RENEWAL const char* item_db_name[] = { item_db_db, item_db_re_db, item_db2_db }; #else const char* item_db_name[] = { item_db_db, item_db2_db }; -- cgit v1.2.3-70-g09d2