Removed reset of monster drops on mobdb reload. (#2394)

Does not clear item_drop_ers on mobdbreload anymore.
- Fixes #2355
- Thanks to @Zellukas.
This commit is contained in:
Jeybla
2017-08-31 19:02:22 +02:00
committed by GitHub
parent fc115b85a1
commit f197f82f1f
3 changed files with 17 additions and 11 deletions

View File

@@ -4407,7 +4407,7 @@ void do_final(void)
do_final_pet();
do_final_homunculus();
do_final_mercenary();
do_final_mob();
do_final_mob(false);
do_final_msg();
do_final_skill();
do_final_status();