summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 26cb51ddc..d8898619c 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3944,12 +3944,9 @@ void mob_readdb(void) {
*------------------------------------------*/
int mob_read_sqldb(void) {
const char* mob_db_name[] = {
-#ifdef RENEWAL
- map->mob_db_re_db
-#else
- map->mob_db_db
-#endif
- , map->mob_db2_db };
+ map->mob_db_db,
+ map->mob_db2_db
+ };
int fi;
for( fi = 0; fi < ARRAYLENGTH(mob_db_name); ++fi ) {
@@ -4523,12 +4520,9 @@ void mob_readskilldb(void) {
*/
int mob_read_sqlskilldb(void) {
const char* mob_skill_db_name[] = {
-#ifdef RENEWAL
- map->mob_skill_db_re_db
-#else
- map->mob_skill_db_db
-#endif
- , map->mob_skill_db2_db };
+ map->mob_skill_db_db,
+ map->mob_skill_db2_db
+ };
int fi;
if( battle_config.mob_skill_rate == 0 ) {