diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 7b566ad61..a981f7e84 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5479,7 +5479,6 @@ int atcommand_reloadmobdb( {
nullpo_retr(-1, sd);
mob_reload();
- do_final_pet();
read_petdb();
merc_reload();
clif_displaymessage(fd, msg_txt(98)); // Monster database reloaded.
|