summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-07 22:15:05 -0300
committershennetsind <ind@henn.et>2013-05-07 22:15:05 -0300
commit43d82332dbfde84bf0348ef6c2921aaaef24634e (patch)
treebb8899e4a4bb598ba9df62b0ba2f37323ab5b33e /src/map/map.c
parent36383ebd1423d2c8f6e0495046de27708160109c (diff)
downloadhercules-43d82332dbfde84bf0348ef6c2921aaaef24634e.tar.gz
hercules-43d82332dbfde84bf0348ef6c2921aaaef24634e.tar.bz2
hercules-43d82332dbfde84bf0348ef6c2921aaaef24634e.tar.xz
hercules-43d82332dbfde84bf0348ef6c2921aaaef24634e.zip
Fixed Bug #7223
http://hercules.ws/board/tracker/issue-7223-homunculus-s-max-level-overshooting/ src/map/homunculus.c Hercules Renewal Phase One complete. http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index ed4eba209..313abb2c6 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -4968,6 +4968,7 @@ void do_final(void)
do_final_pc();
do_final_pet();
do_final_mob();
+ homun->final();
atcommand->final_msg();
skill->final();
do_final_status();
@@ -5172,6 +5173,7 @@ void load_defaults(void) {
battle_defaults();
buyingstore_defaults();
clif_defaults();
+ homunculus_defaults();
ircbot_defaults();
log_defaults();
script_defaults();
@@ -5367,7 +5369,7 @@ int do_init(int argc, char *argv[])
do_init_guild();
do_init_storage();
do_init_pet();
- do_init_merc();
+ homun->init();
do_init_mercenary();
do_init_elemental();
do_init_quest();