diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-28 03:43:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-28 03:43:19 +0300 |
commit | 9438cc42d708801b73ebe1083e5a9043bdb4a29a (patch) | |
tree | 9d355aaa0fa4c8391ca7dd3ffd3c642f3142fe25 /src/emap/init.c | |
parent | 2a1492c2bdc85f2917775987d4f72660fcfed4b0 (diff) | |
download | evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.gz evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.bz2 evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.xz evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.zip |
Fix sending player flags to other players.
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 5251cbc..fbe18d6 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -212,6 +212,7 @@ HPExport void plugin_init (void) addHookPost("clif->changemap", eclif_changemap_post); addHookPost("clif->set_unit_idle", eclif_set_unit_idle_post); addHookPost("clif->pLoadEndAck", eclif_parse_LoadEndAck_post); + addHookPost("clif->spawn", eclif_spawn_post); addHookPost("status->set_viewdata", estatus_set_viewdata_post); addHookPost("status->read_job_db_sub", estatus_read_job_db_sub); addHookPost("status->calc_pc_", estatus_calc_pc__post); |