summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 13:32:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 13:32:06 +0300
commit33dd27e7025553d3635dc06200c1189901243ede (patch)
treefaf8038ddcea8f5f634dfb5922141a66f4819e32 /src/map/init.c
parentf7557fca587fac9d7bb410dba724e2c53f3c831a (diff)
downloadevol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.gz
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.bz2
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.xz
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.zip
map: send monster info packet.
For now include monster attack range.
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 27bf766..2034b4f 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -104,6 +104,7 @@ HPExport void plugin_init (void)
addHookPost("clif->getareachar_unit", eclif_getareachar_unit_post);
addHookPost("clif->authok", eclif_authok_post);
addHookPost("clif->changemap", eclif_changemap_post);
+ addHookPost("clif->set_unit_idle", eclif_set_unit_idle_post);
addHookPost("status->set_viewdata", estatus_set_viewdata_post);
langScriptId = script->add_str("Lang");