summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-27 16:05:03 -0300
committershennetsind <ind@henn.et>2013-09-27 16:05:03 -0300
commit6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581 (patch)
tree730fa021797d5c0253c23a9b22bb232bc9727c22 /src/map/map.c
parenta4c5e17bba98d65bedf917c03bb60bf0550af688 (diff)
downloadhercules-6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581.tar.gz
hercules-6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581.tar.bz2
hercules-6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581.tar.xz
hercules-6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581.zip
HPM: Chrif.c Completed
Moved missing vars and declarations of interest into the interface. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 346a85c58..09defc75a 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -4898,7 +4898,7 @@ void do_final(void)
atcommand->final();
battle->final();
- chrif->do_final_chrif();
+ chrif->final();
ircbot->final();/* before clif. */
clif->final();
npc->final();
@@ -5377,7 +5377,7 @@ int do_init(int argc, char *argv[])
atcommand->init();
battle->init();
instance->init();
- chrif->do_init_chrif();
+ chrif->init();
clif->init();
ircbot->init();
script->init();