Removed old entries in mob_random_db

This commit is contained in:
Lemongrass3110 2016-05-28 17:16:34 +02:00
parent a89e97e5bd
commit 73f0d8423d
3 changed files with 1 additions and 10 deletions

View File

@ -1,5 +0,0 @@
import: db/pre-re/mob_branch.txt
import: db/pre-re/mob_poring.txt
import: db/pre-re/mob_boss.txt
import: db/mob_pouch.txt
import: db/mob_classchange.txt

View File

@ -1,5 +0,0 @@
import: db/re/mob_branch.txt
import: db/re/mob_poring.txt
import: db/re/mob_boss.txt
import: db/mob_pouch.txt
import: db/mob_classchange.txt

View File

@ -4945,6 +4945,7 @@ static void mob_load(void)
sv_readdb(dbsubpath2, "mob_race2_db.txt", ',', 2, MAX_RACE2_MOBS, -1, &mob_readdb_race2, i);
sv_readdb(dbsubpath1, "mob_item_ratio.txt", ',', 2, 2+MAX_ITEMRATIO_MOBS, -1, &mob_readdb_itemratio, i);
sv_readdb(dbsubpath1, "mob_chat_db.txt", '#', 3, 3, MAX_MOB_CHAT, &mob_parse_row_chatdb, i);
sv_readdb(dbsubpath2, "mob_random_db.txt", ',', 4, 4, -1, &mob_readdb_group, i );
sv_readdb(dbsubpath2, "mob_branch.txt", ',', 4, 4, -1, &mob_readdb_group, i );
sv_readdb(dbsubpath2, "mob_poring.txt", ',', 4, 4, -1, &mob_readdb_group, i );
sv_readdb(dbsubpath2, "mob_boss.txt", ',', 4, 4, -1, &mob_readdb_group, i );