diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-23 11:43:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-23 11:43:12 +0300 |
commit | 9aa109f1e404c60cf94832f95c82b7056916d14a (patch) | |
tree | e0f0778b4427f7959094b3b2ad1ec432a6e6c7d8 /src/map/init.c | |
parent | 2404bb2a08f98713d872743c33811ee7e4c69c49 (diff) | |
download | evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.gz evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.bz2 evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.tar.xz evol-hercules-9aa109f1e404c60cf94832f95c82b7056916d14a.zip |
map: show most slots to other players on warp or enter visible area.
Diffstat (limited to 'src/map/init.c')
-rw-r--r-- | src/map/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c index 7cf8b4e..eeb5785 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -92,6 +92,8 @@ HPExport void plugin_init (void) addHookPre("clif->quest_add", eclif_quest_add); addHookPre("clif->charnameack", eclif_charnameack); + addHookPost("clif->getareachar_unit", eclif_getareachar_unit_post); + langScriptId = script->add_str("Lang"); } |