summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-13 16:08:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-13 16:09:16 +0300
commitac815f32696c415f02c6c5cde1d10c3111d3d28e (patch)
tree8adf5b2bdc394ba82896501c6c891538bea568b9 /src/emap/init.c
parenta8e73e0cfdc5f0600ac26a6b733bace49edd0e9f (diff)
downloadevol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.gz
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.bz2
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.xz
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.zip
Dont hide egg card fields in packets.
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 5210524..d75f2c2 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -235,6 +235,8 @@ HPExport void plugin_init (void)
addHookPre(script, load_parameters, escript_load_parameters_pre);
addHookPre(status, calc_pc_additional, estatus_calc_pc_additional_pre);
+ addHookPost(clif, addcards, eclif_addcards_post);
+ addHookPost(clif, addcards2, eclif_addcards2_post);
addHookPost(clif, getareachar_unit, eclif_getareachar_unit_post);
addHookPost(clif, authok, eclif_authok_post);
addHookPost(clif, changemap, eclif_changemap_post);