diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-12 13:41:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-12 13:41:25 -0300 |
commit | bc88639096a34f465cd9697ac66117740353a856 (patch) | |
tree | 01ad4d466bbb9598a0b93670eff1fa6413216c63 /src/emap/init.c | |
parent | fc19fdff65ee1561b2b1e30e5bab6906f65d34fa (diff) | |
download | evol-hercules-bc88639096a34f465cd9697ac66117740353a856.tar.gz evol-hercules-bc88639096a34f465cd9697ac66117740353a856.tar.bz2 evol-hercules-bc88639096a34f465cd9697ac66117740353a856.tar.xz evol-hercules-bc88639096a34f465cd9697ac66117740353a856.zip |
Partly Revert "update the call syntax of some internal functions"
This reverts commit 02963c54fa43b41ed8346e243c415e777e9caa4c.
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index 9ecf6de..0296a98 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -352,7 +352,7 @@ HPExport void plugin_init (void) addHookPre(itemdb, readdb_additional_fields, eitemdb_readdb_additional_fields_pre); addHookPre(itemdb, destroy_item_data, edestroy_item_data_pre); addHookPre(unit, can_move, eunit_can_move_pre); - addHookPre(unit, walk_toxy, eunit_walktoxy_pre); + addHookPre(unit, walktoxy, eunit_walktoxy_pre); addHookPre(mail, invalid_operation, email_invalid_operation_pre); addHookPre(map, list_final, edo_final_maps_pre); addHookPre(map, cell2gat, emap_cell2gat_pre); |