diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-17 18:41:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-21 01:37:19 +0300 |
commit | 6986718327b15180bed128037addbd6fcd558005 (patch) | |
tree | 6c76fad8c1d85a2744ced00389c04fdb817b0eda /src/map/mob.h | |
parent | 2e76de4a5c6f51dab67b8ee41604d714e3cddd39 (diff) | |
download | hercules-6986718327b15180bed128037addbd6fcd558005.tar.gz hercules-6986718327b15180bed128037addbd6fcd558005.tar.bz2 hercules-6986718327b15180bed128037addbd6fcd558005.tar.xz hercules-6986718327b15180bed128037addbd6fcd558005.zip |
Move mob_db deletion into separate function.
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 133107143..9aac2c664 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -377,6 +377,7 @@ struct mob_interface { bool (*readdb_itemratio) (char *str[], int columns, int current); void (*load) (bool minimal); void (*clear_spawninfo) (); + void (*destroy_mob_db) (int index); }; struct mob_interface *mob; |