summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-18 14:28:22 +0000
committerepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-18 14:28:22 +0000
commit054b1c4b7a64db933f141f035e21aa98e567755e (patch)
tree70fd786fa95571296c639ca7a1c61e6c2753ef4a /src/map/mob.c
parent59dc4717ad51d0d756a9097495868577b7433054 (diff)
downloadhercules-054b1c4b7a64db933f141f035e21aa98e567755e.tar.gz
hercules-054b1c4b7a64db933f141f035e21aa98e567755e.tar.bz2
hercules-054b1c4b7a64db933f141f035e21aa98e567755e.tar.xz
hercules-054b1c4b7a64db933f141f035e21aa98e567755e.zip
- Updated mob_race2_db.txt to apply under RE and non-RE modes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15720 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 82e75c9db..c2270afb3 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -4453,7 +4453,7 @@ static void mob_load(void)
sv_readdb(db_path, "mob_avail.txt", ',', 2, 12, -1, &mob_readdb_mobavail);
mob_read_randommonster();
mob_readchatdb();
- sv_readdb(db_path, "mob_race2_db.txt", ',', 2, 20, -1, &mob_readdb_race2);
+ sv_readdb(db_path, DBPATH"mob_race2_db.txt", ',', 2, 20, -1, &mob_readdb_race2);
}
void mob_reload(void)