diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 6559005a2..fb6bcc730 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -2033,11 +2033,7 @@ void itemdb_read(bool minimal) { if (map->db_use_sql_item_db) { const char* item_db_name[] = { -#ifdef RENEWAL - map->item_db_re_db, -#else // not RENEWAL map->item_db_db, -#endif // RENEWAL map->item_db2_db }; for(i = 0; i < ARRAYLENGTH(item_db_name); i++) |